aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r--arch/x86/kernel/apic_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c
index 69a13d127da3..4c014fca2057 100644
--- a/arch/x86/kernel/apic_32.c
+++ b/arch/x86/kernel/apic_32.c
@@ -152,7 +152,7 @@ u32 safe_apic_wait_icr_idle(void)
152/** 152/**
153 * enable_NMI_through_LVT0 - enable NMI through local vector table 0 153 * enable_NMI_through_LVT0 - enable NMI through local vector table 0
154 */ 154 */
155void enable_NMI_through_LVT0 (void * dummy) 155void __cpuinit enable_NMI_through_LVT0(void)
156{ 156{
157 unsigned int v = APIC_DM_NMI; 157 unsigned int v = APIC_DM_NMI;
158 158