From: Al Viro Date: Sat, 26 May 2012 05:07:39 +0000 (-0400) Subject: x86: get rid of duplicate code in case of CONFIG_VM86 X-Git-Tag: v3.7-rc1~43^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969ae0bfb079de892a95aa4ca1e8ac76c4beb57c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed