diff options
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index ab4ae50399fd..47b8ef51dde0 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c | |||
@@ -130,7 +130,7 @@ u32 safe_apic_wait_icr_idle(void) | |||
130 | /** | 130 | /** |
131 | * enable_NMI_through_LVT0 - enable NMI through local vector table 0 | 131 | * enable_NMI_through_LVT0 - enable NMI through local vector table 0 |
132 | */ | 132 | */ |
133 | void enable_NMI_through_LVT0(void *dummy) | 133 | void __cpuinit enable_NMI_through_LVT0(void) |
134 | { | 134 | { |
135 | unsigned int v; | 135 | unsigned int v; |
136 | 136 | ||