]> 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>
Sat, 8 Sep 2012 15:05:39 +0000 (11:05 -0400)
commit30654f03e700b5669069760f6357c50fd1797c7c
tree3783e3241fcbb71addce0008d02fdfd0eab10352
parent38502230ddf9434e6e3d2113d5215c36ae221fbe
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