diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-08-29 17:20:55 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-08-29 17:20:55 -0400 |
| commit | a422142cfdf90d889d8d3e2affb8311a381530b7 (patch) | |
| tree | bde7e2c7a3ee8bca649aecd877a9ee1593f4223e /arch/i386/pci/init.c | |
| parent | 6fc47e31c0e802d205d67e644f654532e5d365d5 (diff) | |
| parent | 60d4684068ff1eec78f55b5888d0bd2d4cca1520 (diff) | |
Merge branch 'master' into upstream
Diffstat (limited to 'arch/i386/pci/init.c')
| -rw-r--r-- | arch/i386/pci/init.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/i386/pci/init.c b/arch/i386/pci/init.c index c7650a7e0b07..51087a9d9172 100644 --- a/arch/i386/pci/init.c +++ b/arch/i386/pci/init.c | |||
| @@ -14,8 +14,12 @@ static __init int pci_access_init(void) | |||
| 14 | #ifdef CONFIG_PCI_BIOS | 14 | #ifdef CONFIG_PCI_BIOS |
| 15 | pci_pcbios_init(); | 15 | pci_pcbios_init(); |
| 16 | #endif | 16 | #endif |
| 17 | if (raw_pci_ops) | 17 | /* |
| 18 | return 0; | 18 | * don't check for raw_pci_ops here because we want pcbios as last |
| 19 | * fallback, yet it's needed to run first to set pcibios_last_bus | ||
| 20 | * in case legacy PCI probing is used. otherwise detecting peer busses | ||
| 21 | * fails. | ||
| 22 | */ | ||
| 19 | #ifdef CONFIG_PCI_DIRECT | 23 | #ifdef CONFIG_PCI_DIRECT |
| 20 | pci_direct_init(); | 24 | pci_direct_init(); |
| 21 | #endif | 25 | #endif |
