diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:45:38 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:45:38 -0500 |
commit | 58054c96a3e5cb03a1ffa13a42caf877f0152a37 (patch) | |
tree | dc1c6287725d0cd5e7c95e84eaa082f0a92c1c1d /arch | |
parent | aa4cc937bbdb828cc031e811cbf6fae79a59ee4a (diff) |
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 = { |