diff options
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index cf12007796db..5e3969c36d7f 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -234,6 +234,7 @@ extern void init_bsp_APIC(void); | |||
234 | extern void setup_local_APIC(void); | 234 | extern void setup_local_APIC(void); |
235 | extern void end_local_APIC_setup(void); | 235 | extern void end_local_APIC_setup(void); |
236 | extern void init_apic_mappings(void); | 236 | extern void init_apic_mappings(void); |
237 | void register_lapic_address(unsigned long address); | ||
237 | extern void setup_boot_APIC_clock(void); | 238 | extern void setup_boot_APIC_clock(void); |
238 | extern void setup_secondary_APIC_clock(void); | 239 | extern void setup_secondary_APIC_clock(void); |
239 | extern int APIC_init_uniprocessor(void); | 240 | extern int APIC_init_uniprocessor(void); |
@@ -244,7 +245,6 @@ extern int apic_force_enable(void); | |||
244 | * On 32bit this is mach-xxx local | 245 | * On 32bit this is mach-xxx local |
245 | */ | 246 | */ |
246 | #ifdef CONFIG_X86_64 | 247 | #ifdef CONFIG_X86_64 |
247 | extern void early_init_lapic_mapping(void); | ||
248 | extern int apic_is_clustered_box(void); | 248 | extern int apic_is_clustered_box(void); |
249 | #else | 249 | #else |
250 | static inline int apic_is_clustered_box(void) | 250 | static inline int apic_is_clustered_box(void) |