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>2010-05-29 17:19:45 -0400
commitc15be843778236e9f2fdbc207ab36ba996b2bb1b (patch)
tree985dc4c5f034a742e68c7df0ce47a1e43222e813 /arch
parentb085cafc43bc395e255626204169e20a587f28ba (diff)
[ported from 2008.3] 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 = {