diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:45:38 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:19:45 -0400 |
commit | c15be843778236e9f2fdbc207ab36ba996b2bb1b (patch) | |
tree | 985dc4c5f034a742e68c7df0ce47a1e43222e813 /arch | |
parent | b085cafc43bc395e255626204169e20a587f28ba (diff) |
[ported from 2008.3] Add hrtimer_start_on() API
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/smp.c | 1 |
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 | ||
251 | struct smp_ops smp_ops = { | 252 | struct smp_ops smp_ops = { |