aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mach-voyager/do_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/mach-voyager/do_timer.h')
-rw-r--r--include/asm-i386/mach-voyager/do_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/mach-voyager/do_timer.h b/include/asm-i386/mach-voyager/do_timer.h
index ae510e5d0d78..eaf518098981 100644
--- a/include/asm-i386/mach-voyager/do_timer.h
+++ b/include/asm-i386/mach-voyager/do_timer.h
@@ -5,7 +5,7 @@ static inline void do_timer_interrupt_hook(struct pt_regs *regs)
{
do_timer(regs);
#ifndef CONFIG_SMP
- update_process_times(user_mode(regs));
+ update_process_times(user_mode_vm(regs));
#endif
voyager_timer_interrupt(regs);