From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [patch 32/37] parisc: Use generic irq Kconfig Date: Wed, 19 Jan 2011 23:16:55 +0100 (CET) Message-ID: References: <20110119205258.462759212@linutronix.de> <20110119210840.424269590@linutronix.de> <1295474722.10978.43.camel@mulgrave.site> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from www.tglx.de ([62.245.132.106]:43010 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753834Ab1ASWRn (ORCPT ); Wed, 19 Jan 2011 17:17:43 -0500 In-Reply-To: <1295474722.10978.43.camel@mulgrave.site> Sender: linux-arch-owner@vger.kernel.org List-ID: To: James Bottomley Cc: LKML , Linux-Arch , Andrew Morton , Ingo Molnar , Kyle McMartin On Wed, 19 Jan 2011, James Bottomley wrote: > On Wed, 2011-01-19 at 21:49 +0000, Thomas Gleixner wrote: > > plain text document attachment (parisc-use-generic-irq-Kconfig.patch) > > No functional change. > > Not quite true ... you take out GENERIC_HARDIRQS but select > HAVE_GENERIC_HARDIRQS ... is that right? HAVE_GENERIC_HARDIRQS enables the Kconfig file in kernel/irq/ > > Signed-off-by: Thomas Gleixner > > Cc: Kyle McMartin > > Plus, it doesn't apply: > > Hunk #1 FAILED at 12. > Hunk #2 FAILED at 65. > 2 out of 2 hunks FAILED -- saving rejects to file > arch/parisc/Kconfig.rej > > It looks like it was made before we did our generic irq conversion in > the 2.6.36 merge window. You meant 38 window :) Patch is against 38-rc1 but depends on [patch 24/37] genirq: Remove __do_IRQ in this very same series. Thanks, tglx