diff options
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 072fcc462399..621eac569550 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -278,7 +278,9 @@ static void __init MP_bus_info (struct mpc_config_bus *m) | |||
278 | 278 | ||
279 | set_bit(m->mpc_busid, mp_bus_not_pci); | 279 | set_bit(m->mpc_busid, mp_bus_not_pci); |
280 | if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI)-1) == 0) { | 280 | if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI)-1) == 0) { |
281 | #ifdef CONFIG_X86_NUMAQ | ||
281 | mpc_oem_pci_bus(m, translation_table[mpc_record]); | 282 | mpc_oem_pci_bus(m, translation_table[mpc_record]); |
283 | #endif | ||
282 | clear_bit(m->mpc_busid, mp_bus_not_pci); | 284 | clear_bit(m->mpc_busid, mp_bus_not_pci); |
283 | mp_bus_id_to_pci_bus[m->mpc_busid] = mp_current_pci_id; | 285 | mp_bus_id_to_pci_bus[m->mpc_busid] = mp_current_pci_id; |
284 | mp_current_pci_id++; | 286 | mp_current_pci_id++; |