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 3c896946f4c..4afe512120a 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -240,7 +240,7 @@ extern void setup_boot_APIC_clock(void); | |||
240 | extern void setup_secondary_APIC_clock(void); | 240 | extern void setup_secondary_APIC_clock(void); |
241 | extern int APIC_init_uniprocessor(void); | 241 | extern int APIC_init_uniprocessor(void); |
242 | extern void enable_NMI_through_LVT0(void); | 242 | extern void enable_NMI_through_LVT0(void); |
243 | extern int apic_force_enable(void); | 243 | extern int apic_force_enable(unsigned long addr); |
244 | 244 | ||
245 | /* | 245 | /* |
246 | * On 32bit this is mach-xxx local | 246 | * On 32bit this is mach-xxx local |