aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/perf_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_counter.c b/arch/x86/kernel/cpu/perf_counter.c
index a56d4cf92f30..46c436cdd732 100644
--- a/arch/x86/kernel/cpu/perf_counter.c
+++ b/arch/x86/kernel/cpu/perf_counter.c
@@ -605,7 +605,7 @@ void perf_counter_notify(struct pt_regs *regs)
605 local_irq_restore(flags); 605 local_irq_restore(flags);
606} 606}
607 607
608void __cpuinit perf_counters_lapic_init(int nmi) 608void perf_counters_lapic_init(int nmi)
609{ 609{
610 u32 apic_val; 610 u32 apic_val;
611 611