diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-10 10:51:23 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-28 10:36:21 -0600 |
commit | 3ccd49cab40603c41dd7d1ada0b971d59b93940d (patch) | |
tree | 13c4e5f38319b3ca0e890d0a7cc47d8ccba6d730 /arch/x86/include/asm | |
parent | 013cf483c9d431e36d4ef2b854ee621cce51b8ce (diff) | |
download | u-boot-imx-3ccd49cab40603c41dd7d1ada0b971d59b93940d.zip u-boot-imx-3ccd49cab40603c41dd7d1ada0b971d59b93940d.tar.gz u-boot-imx-3ccd49cab40603c41dd7d1ada0b971d59b93940d.tar.bz2 |
x86: Simplify architecture defined exception handling in irq_llsr()
Instead of using switch..case for architecture defined exceptions,
simply unify the handling by printing a message of exception name,
followed by registers dump then halt the CPU.
With this unification, it also fixes the wrong exception numbers
for #MF/#AC/#MC/#XM which should be 16/17/18/19 not 15/16/17/18.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm')
0 files changed, 0 insertions, 0 deletions