x86: coalesce tests
Coalesce v8086_mode and user_mode into a single user_mode_vm() test. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
cf4cfb225a
commit
2c44e66843
@@ -47,8 +47,7 @@ unsigned long profile_pc(struct pt_regs *regs)
|
|||||||
unsigned long pc = instruction_pointer(regs);
|
unsigned long pc = instruction_pointer(regs);
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
if (!v8086_mode(regs) && !user_mode(regs) &&
|
if (!user_mode_vm(regs) && in_lock_functions(pc)) {
|
||||||
in_lock_functions(pc)) {
|
|
||||||
#ifdef CONFIG_FRAME_POINTER
|
#ifdef CONFIG_FRAME_POINTER
|
||||||
return *(unsigned long *)(regs->bp + 4);
|
return *(unsigned long *)(regs->bp + 4);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user