]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: get rid of duplicate code in case of CONFIG_VM86
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 May 2012 05:07:39 +0000 (01:07 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Sep 2012 17:57:32 +0000 (13:57 -0400)
commit1a563a2d28ad0b04a00ccddc2f05214bcc7f9b3d
tree12e5f875befb0ae15698f71c5e03731a915ff124
parente97a5cae54c8f46049a078e01a1bf40be66ba029
x86: get rid of duplicate code in case of CONFIG_VM86

no need to have the call of do_notify_resume() + checks around it
duplicated for vm86 case - a bit of rearranging of ifdefs and we'll
have a perfectly fine copy to jump back to.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/kernel/entry_32.S