From: Andy Lutomirski Date: Thu, 19 Mar 2015 01:33:32 +0000 (-0700) Subject: x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode X-Git-Tag: omap-for-v4.1/fixes-rc1~195^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa704510342b81ae58d7b8a0c7f676a4289b603;p=pandora-kernel.git x86/asm/entry: Make user_mode() work correctly if regs came from VM86 mode user_mode() is now identical to user_mode_vm(). Subsequent patches will change all callers of user_mode_vm() to user_mode() and then delete user_mode_vm(). Signed-off-by: Andy Lutomirski Cc: Borislav Petkov Cc: Brad Spengler Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/0dd03eacb5f0a2b5ba0240de25347a31b493c289.1426728647.git.luto@kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed