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 ESMTPS id A32B3DDFB6 for ; Fri, 1 May 2009 01:37:10 +1000 (EST) Message-Id: <33403DE1-6AC2-49E9-9539-C520E4944D77@kernel.crashing.org> From: Kumar Gala To: Benjamin Herrenschmidt Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v930.3) Subject: why does ppc64 require boards to call pci_devs_phb_init()? Date: Thu, 30 Apr 2009 10:37:05 -0500 Cc: Linuxppc-dev Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , looking at merging this in w/ppc32 and wondering why board code has to call pci_devs_phb_init() and not do it via pcibios_init() - k