From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751569AbbCUOyK (ORCPT ); Sat, 21 Mar 2015 10:54:10 -0400 Received: from cantor2.suse.de ([195.135.220.15]:37740 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbbCUOyI (ORCPT ); Sat, 21 Mar 2015 10:54:08 -0400 Message-ID: <550D860D.6050506@suse.de> Date: Sat, 21 Mar 2015 15:54:05 +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 CC: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 2/4] kvm/ppc/mpic: drop unused IRQ_testbit References: <550C0760.50903@suse.de> <1426921004-27685-1-git-send-email-asolokha@kb.kras.ru> In-Reply-To: <1426921004-27685-1-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 21.03.15 07: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 by the kernel. > > [1] https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01812.html > > v4: Fixed the comment regarding the origination of OpenPIC codebase > and CC'ed KVM mailing lists, as suggested by Alexander Graf. > > v3: In patch 4/4, do not remove fsl_mpic_primary_get_version() from > arch/powerpc/sysdev/mpic.c because the patch by Jia Hongtao > ("powerpc/85xx: workaround for chips with MSI hardware errata") makes > use of it. > > v2: Added a brief explanation to each patch description of why removed > functions are unused, as suggested by Michael Ellerman. > > Signed-off-by: Arseny Solokha Thanks, applied to kvm-ppc-queue (for 4.1). Alex