commit | 7aed55d1085f71241284a30af0300feea48c36db | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Sun Jan 04 00:27:09 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 04 10:20:29 2009 +0100 |
tree | 0100a07915f279bd2bbb9d3593c8b4df5f612884 | |
parent | 37dd3cb4153084ff693e738b7ee087990d351e5e [diff] |
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>