]> git.openfabrics.org - ~emulex/infiniband.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>
Mon, 1 Oct 2012 13:58:15 +0000 (09:58 -0400)
commit969ae0bfb079de892a95aa4ca1e8ac76c4beb57c
tree78f82c9573857f939f9c1caaac07ef455d20de27
parentfe9d7feab567085112ca02b238c839ca1b4cd9c5
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