From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759687Ab0I0T61 (ORCPT ); Mon, 27 Sep 2010 15:58:27 -0400 Received: from www.tglx.de ([62.245.132.106]:49868 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755947Ab0I0T6X (ORCPT ); Mon, 27 Sep 2010 15:58:23 -0400 Date: Mon, 27 Sep 2010 21:54:06 +0200 (CEST) From: Thomas Gleixner To: richard -rw- weinberger 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 In-Reply-To: Message-ID: References: <20100908152036.643594727@linutronix.de> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463795968-1112802732-1285617250=:2416" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463795968-1112802732-1285617250=:2416 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT On Mon, 27 Sep 2010, richard -rw- weinberger wrote: > On Wed, Sep 8, 2010 at 8:14 PM, Thomas Gleixner wrote: > > __do_IRQ() has been deprecated after a two years migration phase in > >  The following architectures are still using __do_IRQ(): > > > >  alpha, cris, ia64, h8300, m32r, m68knommu, parisc, um > > > > Maybe I'm naive but shouldn't this path work? > Does um need some extra work? Yes. It needs to set the proper flow handlers. Look for set_irq_chip* functions and how they are used in other archs. Thanks, tglx ---1463795968-1112802732-1285617250=:2416--