]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86, asm: Flip RESTORE_ARGS arguments logic
authorBorislav Petkov <bp@alien8.de>
Tue, 31 May 2011 20:21:53 +0000 (22:21 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 3 Jun 2011 21:38:53 +0000 (14:38 -0700)
commit838feb47549a9b73534c6c1d7da4a9639a0750f4
tree8a8bba854694e69fc010f5dad6911949c1649384
parentcac0e0a78f722abd85b7f8d614ee0820f7672f58
x86, asm: Flip RESTORE_ARGS arguments logic

... thus getting rid of the "else" part of the conditional statement in
the macro.

No functionality change.

Signed-off-by: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/1306873314-32523-4-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/ia32/ia32entry.S
arch/x86/include/asm/calling.h
arch/x86/kernel/entry_64.S