summaryrefslogtreecommitdiff
path: root/arch/arm/mach-clps711x/include/mach/time.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-03-18 12:38:53 +0300
committerIngo Molnar <mingo@elte.hu>2011-03-18 12:39:00 +0300
commit8dd8997d2c56c9f248294805e129e1fc69444380 (patch)
tree3b030a04295fc031db98746c4074c2df1ed6a19f /arch/arm/mach-clps711x/include/mach/time.h
parent1eda75c131ea42ec173323b6c34aeed78ae637c1 (diff)
parent016aa2ed1cc9cf704cf76d8df07751b6daa9750f (diff)
downloadlinux-8dd8997d2c56c9f248294805e129e1fc69444380.tar.xz
Merge branch 'linus' into x86/urgent
Merge reason: Merge upstream commits to avoid conflicts in upcoming patches. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/arm/mach-clps711x/include/mach/time.h')
-rw-r--r--arch/arm/mach-clps711x/include/mach/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/time.h b/arch/arm/mach-clps711x/include/mach/time.h
index 8fe283ccd1f3..61fef9129c6a 100644
--- a/arch/arm/mach-clps711x/include/mach/time.h
+++ b/arch/arm/mach-clps711x/include/mach/time.h
@@ -30,7 +30,7 @@ p720t_timer_interrupt(int irq, void *dev_id)
{
struct pt_regs *regs = get_irq_regs();
do_leds();
- do_timer(1);
+ xtime_update(1);
#ifndef CONFIG_SMP
update_process_times(user_mode(regs));
#endif