diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-20 07:54:09 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:40:58 -0400 |
commit | a6333c3ccbdc0ae001cff6ee1d3633942ef763f4 (patch) | |
tree | fc775b3a0a74bd32534082a64ca53aaae406a346 /include/asm-x86/mpspec.h | |
parent | 8643f9d02a7bb9db74634b4c062d8e70ce7c59b9 (diff) |
x86: add mp_bus_not_pci bitmap to mpparse_32.c
Signed-off: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mpspec.h')
-rw-r--r-- | include/asm-x86/mpspec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index 982550bef2cd..75df88e0a270 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h | |||
@@ -23,13 +23,12 @@ extern int pic_mode; | |||
23 | /* Each PCI slot may be a combo card with its own bus. 4 IRQ pins per slot. */ | 23 | /* Each PCI slot may be a combo card with its own bus. 4 IRQ pins per slot. */ |
24 | #define MAX_IRQ_SOURCES (MAX_MP_BUSSES * 4) | 24 | #define MAX_IRQ_SOURCES (MAX_MP_BUSSES * 4) |
25 | 25 | ||
26 | extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); | ||
27 | |||
28 | extern void early_find_smp_config(void); | 26 | extern void early_find_smp_config(void); |
29 | extern void early_get_smp_config(void); | 27 | extern void early_get_smp_config(void); |
30 | 28 | ||
31 | #endif | 29 | #endif |
32 | 30 | ||
31 | extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); | ||
33 | extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES]; | 32 | extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES]; |
34 | 33 | ||
35 | extern unsigned int boot_cpu_physical_apicid; | 34 | extern unsigned int boot_cpu_physical_apicid; |