From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C83D667A64 for ; Fri, 26 May 2006 17:34:59 +1000 (EST) Subject: RE: [PATCH/2.6.17-rc4 1/10] Powerpc: Add general support for mpc7 448h pc2 (Taiga) platform From: Benjamin Herrenschmidt To: Zang Roy-r61911 In-Reply-To: <9FCDBA58F226D911B202000BDBAD4673064DA761@zch01exm40.ap.freescale.net> References: <9FCDBA58F226D911B202000BDBAD4673064DA761@zch01exm40.ap.freescale.net> Content-Type: text/plain Date: Fri, 26 May 2006 17:34:47 +1000 Message-Id: <1148628888.8089.109.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Alexandre.Bounine@tundra.com, linuxppc-dev list , Paul Mackerras , Yang Xin-Xin-r48390 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > What should we do? > Can we keep the map table unitl your code > is OK? Or you could have your platform-specific fixup_irq walk the interrupt-map property in the tree, still better than a table and allows you to validate the tree. When my code is fixed, you can then just remove your fixup. Ben.