This code path is for returns to user mode only.

Signed-off-by: Andy Lutomirski <[email protected]>
---
 arch/x86/entry/entry_32.S | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S
index 90f9e7f6c15e..a36d5df6a749 100644
--- a/arch/x86/entry/entry_32.S
+++ b/arch/x86/entry/entry_32.S
@@ -484,8 +484,7 @@ work_notifysig:                                     # deal 
with pending signals and
 #ifdef CONFIG_VM86
        testl   $X86_EFLAGS_VM, PT_EFLAGS(%esp)
        movl    %esp, %eax
-       jnz     work_notifysig_v86              # returning to kernel-space or
-                                               # vm86-space
+       jnz     work_notifysig_v86              # special case for v86
 1:
 #else
        movl    %esp, %eax
-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to