]> 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, 21 Jun 2012 04:02:48 +0000 (08:02 +0400)
commit4c572cf452dcfe8958d17ebd7f67ba1329b14f12
tree632a422e818c87969416d25e15c3c00890f8e9b2
parent96c6c115dd980f21a3f29d3aa34dd66cfdebfedb
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