Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 5 Jan 2003 14:01:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 5 Jan 2003 14:01:57 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:41996 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 5 Jan 2003 14:01:56 -0500 Date: Sun, 5 Jan 2003 11:05:25 -0800 (PST) From: Linus Torvalds To: Benjamin Herrenschmidt cc: linux-kernel@vger.kernel.org, , Subject: Re: [RFC] irq handling code consolidation, second try (ppc part) In-Reply-To: <1041756963.645.43.camel@zion.wanadoo.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 26 On 5 Jan 2003, Benjamin Herrenschmidt wrote: > > Note that if we go the full way abstracting interrupts, then the > interrupt "tree" should be separate from the device tree. The interrupt > "parent" of a device may not be (and is not in a whole lot of cases I > have to deal with on pmacs and embedded) the "bus" parent of a given > device. I disagree. The pmac braindamage is a pmac problem, and not worth uglifying the generic device layer over. Besides, as far as I know, it is trivially solved by just making the pmac irq controller be a root controller, and that's it. There are no other irq controllers there that are worth worrying about. > Do you think this is still 2.5 work ? No. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/