From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753447Ab0IHS6j (ORCPT ); Wed, 8 Sep 2010 14:58:39 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:45166 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753273Ab0IHS6d (ORCPT ); Wed, 8 Sep 2010 14:58:33 -0400 Date: Wed, 8 Sep 2010 14:58:24 -0400 From: Kyle McMartin 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 Subject: Re: [RFC trollpatch 1/1] genirq: Remove the fits all and nothing __do_IRQ() code Message-ID: <20100908185824.GD24791@bombadil.infradead.org> References: <20100908152036.643594727@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100908152036.643594727@linutronix.de> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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