]> Git Repo - linux.git/commit - arch/x86/entry/calling.h
x86/asm/entry/64: Use negative immediates for stack adjustments
authorJan Beulich <[email protected]>
Mon, 1 Jun 2015 12:02:55 +0000 (13:02 +0100)
committerIngo Molnar <[email protected]>
Tue, 2 Jun 2015 08:10:09 +0000 (10:10 +0200)
commit2bf557ea3f49576fabe24cd5daf1a34e9ee22c3c
tree7f4eb25e268bfe03c0334c55c5fa8eabcb732967
parent131484c8da97ed600c18dd9d03b661e8ae052df6
x86/asm/entry/64: Use negative immediates for stack adjustments

Doing so allows adjustments by 128 bytes (occurring for
REMOVE_PT_GPREGS_FROM_STACK 8 uses) to be expressed with a
single byte immediate.

Signed-off-by: Jan Beulich <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/calling.h
This page took 0.055855 seconds and 4 git commands to generate.