alistair23-linux/arch/powerpc/xmon
Josh Boyer daf8f40391 powerpc/4xx: Fix erroneous xmon warning on PowerPC 4xx
The xmon code relies on MSR_RI being non-zero to indicate that an exception
is recoverable.  If it is not, it prints a warning message.  However, the
PowerPC 4xx cores do not have an MSR_RI bit and this warning is produced for
every xmon event.

This introduces an unrecoverable_excp function to determine if an exception
is recoverable or not.  This gets rid of the erroneous warnings on 4xx.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2009-09-24 15:31:49 +10:00
..
ansidecl.h
dis-asm.h
Makefile powerpc: Enable GCOV 2009-08-20 10:29:28 +10:00
nonstdio.c [POWERPC] fix showing xmon help 2007-07-22 21:30:58 +10:00
nonstdio.h [POWERPC] fix showing xmon help 2007-07-22 21:30:58 +10:00
ppc-dis.c
ppc-opc.c
ppc.h
spu-dis.c
spu-insns.h
spu-opc.c
spu.h
start.c
xmon.c powerpc/4xx: Fix erroneous xmon warning on PowerPC 4xx 2009-09-24 15:31:49 +10:00