From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: Re: [RFC trollpatch 1/1] genirq: Remove the fits all and nothing __do_IRQ() code Date: Wed, 8 Sep 2010 14:58:24 -0400 Message-ID: <20100908185824.GD24791@bombadil.infradead.org> References: <20100908152036.643594727@linutronix.de> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20100908152036.643594727@linutronix.de> Sender: linux-parisc-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Thomas Gleixner Cc: LKML , Linus Torvalds , Andrew Morton , Ingo Molnar , Peter Zijlstra , Christoph Hellwig , linux-alpha@vger.kernel.org, linux-cris-kernel@axis.com, Haavard Skinnemoen , Tony Luck , linux-ia64@vger.kernel.org, Yoshinori Sato , Hirokazu Takata , Greg Ungerer , Jeff Dike , linux-parisc@vger.kernel.org, Chris Zankel , linux-arch@vger.kernel.org On Wed, Sep 08, 2010 at 06:14:14PM -0000, Thomas Gleixner wrote: > The following architectures are still using __do_IRQ(): > > alpha, cris, ia64, h8300, m32r, m68knommu, parisc, um > > So now the question arises what to do with __do_IRQ(). > Thanks Thomas for the reminder, I'll poke at fixing parisc this week, and maybe try to fix ia64 and alpha too as penance for forgetting about this for so long. --Kyle