]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Show the un-relocated IP address in exceptions
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2015 04:02:54 +0000 (22:02 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:21 +0000 (10:23 +0200)
commitcb9469cb97978130246a779cf40ed871db7c2c97
tree3983f2332ca00db6d283e2a0b86d92eb40e478c1
parenta42630044fc4faf5c336c885140df18d5e60a1cf
x86: Show the un-relocated IP address in exceptions

When trying to figure out where an exception has occured, the relocated
address is not a lot of help. Its value depends on various factors. Show
the un-relocated IP as well. This can be looked up in System.map directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/interrupts.c