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 0648E67BE1 for ; Thu, 24 Aug 2006 20:54:26 +1000 (EST) Subject: Re: [PATCH ] powerpc: Add tsi108/9 and non standard mpic support From: Benjamin Herrenschmidt To: Zang Roy-r61911 In-Reply-To: <1156413135.6591.14.camel@localhost.localdomain> References: <7EA18FDD2DC2154AA3BD6D2F22A62A0E19E353@zch01exm23.fsl.freescale.net> <1156398135.5913.43.camel@localhost.localdomain> <1156398861.8433.197.camel@localhost.localdomain> <1156413135.6591.14.camel@localhost.localdomain> Content-Type: text/plain Date: Thu, 24 Aug 2006 20:54:17 +1000 Message-Id: <1156416857.8433.244.camel@localhost.localdomain> Mime-Version: 1.0 Cc: 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: , > > The table should still contain the entries for a normal MPIC. One can > > build a kernel that will boot both machines with the "weird" one and > > with the normal one. Thus CONFIG_MPIC_WEIRD shall not exclude normal > > MPICs, though not having it does exclude weird ones. I thus would > > suggest to keep the table as it was in your earlier patches, that is > > with the normal MPIC mapping at 0. > > > > I intend to re-use that to handle another weird MPIC from some other > > project :) > > That is also my target. I hope the imported mpic_info table can support > more non-standard mpic structure. > The following patch adds the standard MPIC entry to the table. > I post it here. Looks good. I still need to test it, hopefully tomorrow, then it can go in though I'm not sure it can get into 2.6.18, we'll see. Ben.