aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smp.c')
-rw-r--r--arch/x86/kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c
index e83f79de863c..a93528bc16e9 100644
--- a/arch/x86/kernel/smp.c
+++ b/arch/x86/kernel/smp.c
@@ -246,6 +246,7 @@ void smp_pull_timers_interrupt(struct pt_regs *regs)
246{ 246{
247 ack_APIC_irq(); 247 ack_APIC_irq();
248 TRACE("pull timer interrupt\n"); 248 TRACE("pull timer interrupt\n");
249 hrtimer_pull();
249} 250}
250 251
251struct smp_ops smp_ops = { 252struct smp_ops smp_ops = {