From: Andy Lutomirski Date: Thu, 19 Mar 2015 01:33:33 +0000 (-0700) Subject: x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' X-Git-Tag: omap-for-v4.1/fixes-rc1~195^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39b6f0ef855a38ea17329a4e621ff97750dfcc2;p=pandora-kernel.git x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' user_mode_vm() and user_mode() are now the same. Change all callers of user_mode_vm() to user_mode(). The next patch will remove the definition of 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/43b1f57f3df70df5a08b0925897c660725015554.1426728647.git.luto@kernel.org [ Merged to a more recent kernel. ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed