aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-realview/core.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-08 15:15:31 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-08 15:15:31 -0800
commit9f04012c58a32756bbbd0239c4144e835048aa4d (patch)
treee5423a1941338b9dd17a82b370cc6c252e0ae1f1 /arch/arm/mach-realview/core.c
parent329f7dba5f7dc3bc9a30ad00cf373d2e83115aa1 (diff)
parent72274c9e24d58d09489d37e732545e52395da270 (diff)
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-realview/core.c')
-rw-r--r--arch/arm/mach-realview/core.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c
index 482eb512ebe..4ea60d8b6e3 100644
--- a/arch/arm/mach-realview/core.c
+++ b/arch/arm/mach-realview/core.c
@@ -550,6 +550,11 @@ static irqreturn_t realview_timer_interrupt(int irq, void *dev_id, struct pt_reg
timer_tick(regs);
+#ifdef CONFIG_SMP
+ smp_send_timer();
+ update_process_times(user_mode(regs));
+#endif
+
write_sequnlock(&xtime_lock);
return IRQ_HANDLED;