]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: return correct error code from child_rip in x86_64 entry.S
authorAndrey Mirkin <major@openvz.org>
Wed, 17 Oct 2007 16:04:33 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:15:29 +0000 (20:15 +0200)
commit1c5b5cfd290b6cb7c67020ef420e275f746a7236
tree952d52bb9ea667c068e3c809b71911ae6d2bec98
parentaa506dc7b12d03fbf8fd11aab752aed1aadd9c07
x86: return correct error code from child_rip in x86_64 entry.S

Right now register edi is just cleared before calling do_exit.
That is wrong because correct return value will be ignored.
Value from rax should be copied to rdi instead of clearing edi.

AK: changed to 32bit move because it's strictly an int

[ tglx: arch/x86 adaptation ]

Signed-off-by: Andrey Mirkin <major@openvz.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/entry_64.S