diff options
Diffstat (limited to 'include/asm-x86/apic.h')
-rw-r--r-- | include/asm-x86/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index 72bf09cf13ab..bcfc07fd3661 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -117,7 +117,7 @@ extern void init_apic_mappings(void); | |||
117 | extern void setup_boot_APIC_clock(void); | 117 | extern void setup_boot_APIC_clock(void); |
118 | extern void setup_secondary_APIC_clock(void); | 118 | extern void setup_secondary_APIC_clock(void); |
119 | extern int APIC_init_uniprocessor(void); | 119 | extern int APIC_init_uniprocessor(void); |
120 | extern void enable_NMI_through_LVT0(void *dummy); | 120 | extern void enable_NMI_through_LVT0(void); |
121 | 121 | ||
122 | /* | 122 | /* |
123 | * On 32bit this is mach-xxx local | 123 | * On 32bit this is mach-xxx local |