[PATCH] x86-64/entry: fold identical code paths

2015-06-01 Thread Jan Beulich
retint_kernel doesn't require %rcx to be pointing to thread info (anymore?), and the code on the two alternative paths is - not really surprisingly - identical. Signed-off-by: Jan Beulich Cc: Andy Lutomirski --- arch/x86/kernel/entry_64.S | 10 ++ 1 file changed, 2 insertions(+), 8

[PATCH] x86-64/entry: fold identical code paths

2015-06-01 Thread Jan Beulich
retint_kernel doesn't require %rcx to be pointing to thread info (anymore?), and the code on the two alternative paths is - not really surprisingly - identical. Signed-off-by: Jan Beulich jbeul...@suse.com Cc: Andy Lutomirski l...@kernel.org --- arch/x86/kernel/entry_64.S | 10 ++ 1