commit | 545da94f924d52f80e2bbea99a8652f454889a2b | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Jan 28 07:45:53 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Sun Jan 28 09:57:09 2007 +1100 |
tree | 89592d9f31d8a77d623c0bfcc90d5aa13e4d1d41 | |
parent | 05916eec9f4d4370ef9a6cbb699f637302f6e157 [diff] |
[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>