x86: fix RIP printout in early_idt_handler
authorJiri Slaby <jirislaby@gmail.com>
Sat, 3 Jan 2009 23:27:09 +0000 (00:27 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 Jan 2009 09:20:29 +0000 (10:20 +0100)
commit7aed55d1085f71241284a30af0300feea48c36db
tree0100a07915f279bd2bbb9d3593c8b4df5f612884
parent37dd3cb4153084ff693e738b7ee087990d351e5e
x86: fix RIP printout in early_idt_handler

Impact: fix debug/crash printout

Since errorcode is popped out, RIP is on the top of the stack.
Use real RIP value instead of wrong CS.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head_64.S