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 F05EF67DE4 for ; Fri, 6 Oct 2006 08:10:34 +1000 (EST) Subject: Re: [PATCH] powerpc: make U4 PCIe work From: Benjamin Herrenschmidt To: Nathan Lynch In-Reply-To: <20061005170458.GL24705@localdomain> References: <1160024098.22232.13.camel@localhost.localdomain> <20061005170458.GL24705@localdomain> Content-Type: text/plain Date: Fri, 06 Oct 2006 08:10:26 +1000 Message-Id: <1160086226.22232.62.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev list , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Do the changes to fixup_maple_ide have anything to do with the rest of > the patch? It's not clear from your description. And with that last > hunk the function now appears to do nothing. Hrm... I could split that indeed. The last bits to fixup_maple_ide() should no longer be necessary. They used to work around broken PIBS but that should have been fixed a long time ago. > Could we consider merging the powermac and maple pci code into a > common location that would be used by both platforms? There's quite a > bit of code duplication going on here... A bit but not exactly... I may do it but just not right now. Ben.