]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - arch/x86/entry/entry_64.S
x86/entry/64: Use pop instead of movq in syscall_return_via_sysret
authorAndy Lutomirski <luto@kernel.org>
Thu, 2 Nov 2017 07:59:03 +0000 (00:59 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Nov 2017 10:04:39 +0000 (11:04 +0100)
commit4fbb39108f972437c44e5ffa781b56635d496826
tree96e28515b6ab78bc809cde46e923182aee94de8e
parente53178328c9b96fbdbc719e78c93b5687ee007c3
x86/entry/64: Use pop instead of movq in syscall_return_via_sysret

Saves 64 bytes.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Reviewed-by: Borislav Petkov <bp@suse.de>
Cc: Borislav Petkov <bpetkov@suse.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/6609b7f74ab31c36604ad746e019ea8495aec76c.1509609304.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/entry/entry_64.S