diff options
Diffstat (limited to 'include/asm-x86/mpspec.h')
-rw-r--r-- | include/asm-x86/mpspec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index dbd63f8d4750..982550bef2cd 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h | |||
@@ -25,6 +25,9 @@ extern int pic_mode; | |||
25 | 25 | ||
26 | extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); | 26 | extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES); |
27 | 27 | ||
28 | extern void early_find_smp_config(void); | ||
29 | extern void early_get_smp_config(void); | ||
30 | |||
28 | #endif | 31 | #endif |
29 | 32 | ||
30 | extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES]; | 33 | extern int mp_bus_id_to_pci_bus[MAX_MP_BUSSES]; |