From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [patch 32/37] parisc: Use generic irq Kconfig Date: Wed, 19 Jan 2011 16:05:22 -0600 Message-ID: <1295474722.10978.43.camel@mulgrave.site> References: <20110119205258.462759212@linutronix.de> <20110119210840.424269590@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:47579 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754046Ab1ASWFZ (ORCPT ); Wed, 19 Jan 2011 17:05:25 -0500 In-Reply-To: <20110119210840.424269590@linutronix.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: LKML , Linux-Arch , Andrew Morton , Ingo Molnar , Kyle McMartin 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? > 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. James