commit | d1af5b4ea970d8cccdacf243ae42899f3784ad85 | [log] [tgz] |
---|---|---|
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | Wed May 09 17:34:08 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu May 10 21:28:12 2007 +1000 |
tree | da096a38fb579699086c2dbe8f7329379ebd7fe2 | |
parent | ab5570f093585a124cd440f5229393e36c5d600e [diff] |
[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 <kou.ishizaki@toshiba.co.jp> Signed-off-by: Paul Mackerras <paulus@samba.org>