On 7 July 2015 at 23:17, Bin Meng <[email protected]> wrote: > 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 <[email protected]> > --- > > arch/x86/cpu/interrupts.c | 151 > ++++++++++++++-------------------------------- > 1 file changed, 46 insertions(+), 105 deletions(-)
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

