|
@@ -272,7 +272,7 @@ label:
|
|
|
/* continue normal handling for a critical exception... */ \
|
|
|
2: mfspr r4,SPRN_DBSR; \
|
|
|
addi r3,r1,STACK_FRAME_OVERHEAD; \
|
|
|
- EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
|
|
|
+ EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
|
|
|
|
|
|
#define DEBUG_CRIT_EXCEPTION \
|
|
|
START_EXCEPTION(DebugCrit); \
|