X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fmach-voyager%2Fdo_timer.h;fp=include%2Fasm-i386%2Fmach-voyager%2Fdo_timer.h;h=eaf518098981cc843e564d3ec1b650f17442256e;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=ae510e5d0d783c3d8604c402927a2696b04d088b;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-i386/mach-voyager/do_timer.h b/include/asm-i386/mach-voyager/do_timer.h index ae510e5d0..eaf518098 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);