]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Fix sys_pciconfig_iobase bus matching
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 27 Jan 2007 20:45:53 +0000 (07:45 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 27 Jan 2007 22:57:09 +0000 (09:57 +1100)
commit545da94f924d52f80e2bbea99a8652f454889a2b
tree89592d9f31d8a77d623c0bfcc90d5aa13e4d1d41
parent05916eec9f4d4370ef9a6cbb699f637302f6e157
[POWERPC] Fix sys_pciconfig_iobase bus matching

A stupid bug has been plaguing the sys_pciconfig_iobase on ppc64. It wasn't
noticed until recently as it seems to not affect G5s but it's been causing
problems running X servers on some other machines recently. The bus number
matching was bogus.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c