]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, asm: Flip SAVE_ARGS arguments logic
authorBorislav Petkov <bp@alien8.de>
Tue, 31 May 2011 20:21:52 +0000 (22:21 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 3 Jun 2011 21:38:51 +0000 (14:38 -0700)
commitcac0e0a78f722abd85b7f8d614ee0820f7672f58
treec76b60de050278abbc9efec9cd3dba57530153c3
parenta268fcfaa6ab2ef740fda5ecf947aca45ccd535d
x86, asm: Flip SAVE_ARGS arguments logic

This saves us 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-3-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