projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] xen: x86: Rename usermode macro
[linux-2.6.git]
/
arch
/
i386
/
kernel
/
apic.c
diff --git
a/arch/i386/kernel/apic.c
b/arch/i386/kernel/apic.c
index
d509836
..
8d993fa
100644
(file)
--- a/
arch/i386/kernel/apic.c
+++ b/
arch/i386/kernel/apic.c
@@
-1133,7
+1133,7
@@
inline void smp_local_timer_interrupt(struct pt_regs * regs)
}
#ifdef CONFIG_SMP
- update_process_times(user_mode(regs));
+ update_process_times(user_mode_vm(regs));
#endif
}