]> git.karo-electronics.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)
committerSimon Glass <sjg@chromium.org>
Fri, 14 Aug 2015 15:50:12 +0000 (09:50 -0600)
commit7399515d25066368707d804d90cc8d3976f313bc
tree4a9806dfe493cd47df2327dc1423daa48faec64f
parentb8098bc1c14ca397291209e0281f0862ddc6f057
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