From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 7AC131A2A8B for ; Fri, 20 Mar 2015 22:41:28 +1100 (AEDT) Message-ID: <550C0760.50903@suse.de> Date: Fri, 20 Mar 2015 12:41:20 +0100 From: Alexander Graf MIME-Version: 1.0 To: Arseny Solokha , Benjamin Herrenschmidt Subject: Re: [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit References: <1424768706-23150-1-git-send-email-asolokha@kb.kras.ru> <1426823789-949-1-git-send-email-asolokha@kb.kras.ru> <1426823789-949-3-git-send-email-asolokha@kb.kras.ru> In-Reply-To: <1426823789-949-3-git-send-email-asolokha@kb.kras.ru> Content-Type: text/plain; charset=windows-1252 Cc: Gleb Natapov , linux-kernel@vger.kernel.org, Paul Mackerras , Scott Wood , Paolo Bonzini , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 20.03.15 04:56, Arseny Solokha wrote: > Drop unused static procedure which doesn't have callers within its > translation unit. It had been already removed independently in QEMU[1] > from the OpenPIC implementation borrowed from the kernel. The order was reverse. QEMU's implementation was first and then got imported into the kernel. > > [1] https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01812.html > > Signed-off-by: Arseny Solokha > Cc: Alexander Graf > Cc: Gleb Natapov > Cc: Paolo Bonzini Please resubmit the patch with CC on kvm@vger and kvm-ppc@vger. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751349AbbCTLl2 (ORCPT ); Fri, 20 Mar 2015 07:41:28 -0400 Received: from cantor2.suse.de ([195.135.220.15]:40061 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbbCTLl0 (ORCPT ); Fri, 20 Mar 2015 07:41:26 -0400 Message-ID: <550C0760.50903@suse.de> Date: Fri, 20 Mar 2015 12:41:20 +0100 From: Alexander Graf User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Arseny Solokha , Benjamin Herrenschmidt CC: Paul Mackerras , Michael Ellerman , Scott Wood , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Gleb Natapov , Paolo Bonzini Subject: Re: [PATCH 2/4] kvm/ppc/mpic: drop unused IRQ_testbit References: <1424768706-23150-1-git-send-email-asolokha@kb.kras.ru> <1426823789-949-1-git-send-email-asolokha@kb.kras.ru> <1426823789-949-3-git-send-email-asolokha@kb.kras.ru> In-Reply-To: <1426823789-949-3-git-send-email-asolokha@kb.kras.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20.03.15 04:56, Arseny Solokha wrote: > Drop unused static procedure which doesn't have callers within its > translation unit. It had been already removed independently in QEMU[1] > from the OpenPIC implementation borrowed from the kernel. The order was reverse. QEMU's implementation was first and then got imported into the kernel. > > [1] https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01812.html > > Signed-off-by: Arseny Solokha > Cc: Alexander Graf > Cc: Gleb Natapov > Cc: Paolo Bonzini Please resubmit the patch with CC on kvm@vger and kvm-ppc@vger. Alex