From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: Re: [PATCH 2/4] arm: Kconfig: remove duplicated GENERIC_HARDIRQS entry Date: Tue, 04 Jan 2011 16:09:13 +0200 Message-ID: <1294150153.1822.10.camel@eowin> References: <1294142577-28772-1-git-send-email-balbi@ti.com> <1294142577-28772-3-git-send-email-balbi@ti.com> <20110104140031.GE25121@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from ns1.siteground211.com ([209.62.36.12]:41231 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379Ab1ADOJT convert rfc822-to-8bit (ORCPT ); Tue, 4 Jan 2011 09:09:19 -0500 In-Reply-To: <20110104140031.GE25121@pengutronix.de> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= Cc: Felipe Balbi , Tony Lindgren , Linux OMAP Mailing List , Russell King , Linux ARM Kernel Mailing List On Tue, 2011-01-04 at 15:00 +0100, Uwe Kleine-K=C3=B6nig wrote: > On Tue, Jan 04, 2011 at 02:02:55PM +0200, Felipe Balbi wrote: > > GENERIC_HARDIRQS is defined under kernel/irq/Kconfig, > > so it's safe to drop the duplicated entry and simply > > select HAVE_GENERIC_HARDIRQS. > >=20 > > Signed-off-by: Felipe Balbi > > --- > > arch/arm/Kconfig | 8 +------- > > 1 files changed, 1 insertions(+), 7 deletions(-) > >=20 > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > > index d56d21c0..e6f0f8b 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -15,6 +15,7 @@ config ARM > > select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL) > > select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL) > > select HAVE_GENERIC_DMA_COHERENT > > + select HAVE_GENERIC_HARDIRQS > > select HAVE_KERNEL_GZIP > > select HAVE_KERNEL_LZO > > select HAVE_KERNEL_LZMA > > @@ -88,10 +89,6 @@ config MCA > > (and especially the web page given > > there) before attempting to build an MCA bus kernel. > > =20 > > -config GENERIC_HARDIRQS > > - bool > > - default y > > - > > config STACKTRACE_SUPPORT > > bool > > default y > > @@ -171,9 +168,6 @@ config FIQ > > config ARCH_MTD_XIP > > bool > > =20 > > -config GENERIC_HARDIRQS_NO__DO_IRQ > > - def_bool y > > - > You didn't mention this change in the commit log. Is this duplicated= , > too or did it just slip through? Yes it is. My bad. Do I need to update the patch ? I can do it tomorrow= =2E --=20 balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html