diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/apic.h | 1 | ||||
-rw-r--r-- | include/asm-x86/mpspec.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index f0321a427e16..db5f7501aed6 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -129,6 +129,7 @@ extern void enable_NMI_through_LVT0(void); | |||
129 | */ | 129 | */ |
130 | #ifdef CONFIG_X86_64 | 130 | #ifdef CONFIG_X86_64 |
131 | extern void setup_apic_routing(void); | 131 | extern void setup_apic_routing(void); |
132 | extern void early_init_lapic_mapping(void); | ||
132 | #endif | 133 | #endif |
133 | 134 | ||
134 | extern u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask); | 135 | extern u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask); |
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]; |