From: Jiri Slaby Date: Sat, 3 Jan 2009 23:27:09 +0000 (+0100) Subject: x86: fix RIP printout in early_idt_handler X-Git-Tag: v2.6.27.12~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db24e2ebb4136d9e2f252ba61f460808fa57818c;p=pandora-kernel.git x86: fix RIP printout in early_idt_handler commit 7aed55d1085f71241284a30af0300feea48c36db upstream. 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 Signed-off-by: Ingo Molnar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed