commit | 83efafb301bc79a32799ca854fb590e82c4396e9 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Mon Oct 16 16:03:33 2006 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Tue Oct 24 15:01:27 2006 +1000 |
tree | c6047820e93f8ba6633f989e2d00558be94fbb54 | |
parent | 0cfcccb4687862a34eb609d16e75b39b6cb54c80 [diff] |
[POWERPC] Fix up the OF functions to only do PCI stuff if PCI is actually configured The original problem that inspired this patch was solved quite some time ago (Turning off PCI didn't work), but this patch neatens things up a little (I think), by putting all the PCI stuff inside a single CONFIG_PCI block. It also removes the OF PCI bus matching entries if CONFIG_PCI is off. Signed-off-by: Paul Mackerras <paulus@samba.org>