From: Ishizaki Kou Date: Wed, 9 May 2007 07:34:08 +0000 (+1000) Subject: [POWERPC] celleb: Fix support for multiple PCI domains X-Git-Tag: v2.6.22-rc1~108^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1af5b4ea970d8cccdacf243ae42899f3784ad85;p=pandora-kernel.git [POWERPC] celleb: Fix support for multiple PCI domains Celleb has multiple PCI host bridges (phbs). Previous boot logic gives non-overlapped bus IDs between PCI host bridges so you can identify PHB by bus ID. But newer boot logic gives same bus ID between PHBs (it gives bus ID 0 as root bus.) So we have to set 'phb->buid' as non-zero. Signed-off-by: Kou Ishizaki Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed