aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2009-12-17 21:45:38 -0500
committerAndrea Bastoni <bastoni@cs.unc.edu>2009-12-17 21:45:38 -0500
commit58054c96a3e5cb03a1ffa13a42caf877f0152a37 (patch)
treedc1c6287725d0cd5e7c95e84eaa082f0a92c1c1d /arch
parentaa4cc937bbdb828cc031e811cbf6fae79a59ee4a (diff)
Add hrtimer_start_on() API
Diffstat (limited to 'arch')
-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 = {