summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArun R Bharadwaj2009-04-16 08:44:37 +0200
committerThomas Gleixner2009-05-13 16:52:42 +0200
commit5c333864a6ba811052d52ef14fbed056b9ac3512 (patch)
treeb0efe8d72c1cd5c555d528c0155251026425e695 /arch
parenttimers: Framework for identifying pinned timers (diff)
downloadkernel-qcow2-linux-5c333864a6ba811052d52ef14fbed056b9ac3512.tar.gz
kernel-qcow2-linux-5c333864a6ba811052d52ef14fbed056b9ac3512.tar.xz
kernel-qcow2-linux-5c333864a6ba811052d52ef14fbed056b9ac3512.zip
timers: Identifying the existing pinned timers
* Arun R Bharadwaj <arun@linux.vnet.ibm.com> [2009-04-16 12:11:36]: The following pinned hrtimers have been identified and marked: 1)sched_rt_period_timer 2)tick_sched_timer 3)stack_trace_timer_fn [ tglx: fixup the hrtimer pinned mode ] Signed-off-by: Arun R Bharadwaj <arun@linux.vnet.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/apic/x2apic_uv_x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 2bda69352976..a9cad1b00d6b 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -463,7 +463,7 @@ static void uv_heartbeat(unsigned long ignored)
uv_set_scir_bits(bits);
/* enable next timer period */
- mod_timer(timer, jiffies + SCIR_CPU_HB_INTERVAL);
+ mod_timer_pinned(timer, jiffies + SCIR_CPU_HB_INTERVAL);
}
static void __cpuinit uv_heartbeat_enable(int cpu)