android_kernel_xiaomi_sm8350/arch/powerpc/xmon
Luke Browning 1f64643aa5 powerpc/spufs: remove class_0_dsisr from spu exception handling
According to the CBEA, the SPU dsisr is not updated for class 0
exceptions.

spu_stopped() is testing the dsisr that was passed to it from the class
0 exception handler, so we return a false positive here.

This patch cleans up the interrupt handler and erroneous tests in
spu_stopped. It also removes the fields from the csa since it is not
needed to process class 0 events.

Signed-off-by: Luke Browning <lukebrowning@us.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
2008-06-16 14:35:00 +10:00
..
ansidecl.h
dis-asm.h
Makefile
nonstdio.c
nonstdio.h
ppc-dis.c
ppc-opc.c
ppc.h
setjmp.S [POWERPC] Make setjmp/longjmp code usable outside of xmon 2008-01-25 22:52:50 +11:00
spu-dis.c
spu-insns.h
spu-opc.c
spu.h
start.c
xmon.c powerpc/spufs: remove class_0_dsisr from spu exception handling 2008-06-16 14:35:00 +10:00