projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa323a
)
x86: use user_mode_vm instead of user_mode
author
Glauber Costa
<
[email protected]
>
Fri, 11 Jul 2008 17:10:13 +0000
(14:10 -0300)
committer
Ingo Molnar
<
[email protected]
>
Mon, 13 Oct 2008 08:21:34 +0000
(10:21 +0200)
For x86_64, it does not really matter. But makes the
code equal to i386.
Signed-off-by: Glauber Costa <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/time_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/time_64.c
b/arch/x86/kernel/time_64.c
index 7fd995edb762561cc5271b29db439389325be626..0469243ae1bd44acbfff8cb9115dbd50bf556004 100644
(file)
--- a/
arch/x86/kernel/time_64.c
+++ b/
arch/x86/kernel/time_64.c
@@
-33,7
+33,7
@@
unsigned long profile_pc(struct pt_regs *regs)
/* Assume the lock function has either no stack frame or a copy
of flags from PUSHF
Eflags always has bits 22 and up cleared unlike kernel addresses. */
- if (!user_mode(regs) && in_lock_functions(pc)) {
+ if (!user_mode
_vm
(regs) && in_lock_functions(pc)) {
#ifdef CONFIG_FRAME_POINTER
return *(unsigned long *)(regs->bp + sizeof(long));
#else