Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756151Ab2KNAxt (ORCPT ); Tue, 13 Nov 2012 19:53:49 -0500 Received: from wolverine02.qualcomm.com ([199.106.114.251]:56669 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756056Ab2KNAxp (ORCPT ); Tue, 13 Nov 2012 19:53:45 -0500 X-IronPort-AV: E=McAfee;i="5400,1158,6895"; a="6551360" Date: Tue, 13 Nov 2012 18:53:41 -0600 From: Richard Kuo To: James Hogan Cc: linux-kernel@vger.kernel.org, uclinux-dist-devel@blackfin.uclinux.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux-arch@vger.kernel.org, Thomas Gleixner , Mike Frysinger , Tony Luck , Fenghua Yu , Ralf Baechle , "James E.J. Bottomley" , Helge Deller , Benjamin Herrenschmidt , Paul Mackerras , Paul Mundt Subject: Re: [PATCH 1/1] arch Kconfig: remove references to IRQ_PER_CPU Message-ID: <20121114005341.GA6917@codeaurora.org> References: <1352807948-26920-1-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1352807948-26920-1-git-send-email-james.hogan@imgtec.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2030 Lines: 55 On Tue, Nov 13, 2012 at 11:59:08AM +0000, James Hogan wrote: > The IRQ_PER_CPU Kconfig symbol was removed in the following commit: > > Commit 6a58fb3bad099076f36f0f30f44507bc3275cdb6 ("genirq: Remove > CONFIG_IRQ_PER_CPU") merged in v2.6.39-rc1. > > But IRQ_PER_CPU wasn't removed from any of the architecture Kconfig > files where it was defined or selected. It's completely unused so remove > the remaining references. > > Signed-off-by: James Hogan > Cc: Thomas Gleixner > Cc: Mike Frysinger > Cc: Richard Kuo > Cc: Tony Luck > Cc: Fenghua Yu > Cc: Ralf Baechle > Cc: "James E.J. Bottomley" > Cc: Helge Deller > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Paul Mundt > --- > Based on v3.7-rc5. > > Compile tested defconfigs for bfin, ia64, mips, parisc, powerpc, sh, but > not hexagon. > > Grepped entire tree to check no references to CONFIG_IRQ_PER_CPU, and > grepped arch/ for Kconfig files referencing IRQ_PER_CPU. > > arch/blackfin/Kconfig | 1 - > arch/hexagon/Kconfig | 1 - > arch/ia64/Kconfig | 1 - > arch/mips/Kconfig | 1 - > arch/parisc/Kconfig | 1 - > arch/powerpc/Kconfig | 1 - > arch/sh/Kconfig | 3 --- > 7 files changed, 0 insertions(+), 9 deletions(-) > Hexagon's was commented out anyways, but thanks for pointing it out. Acked-by: Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/