diff options
Diffstat (limited to 'arch/mips/include/uapi/asm/break.h')
-rw-r--r-- | arch/mips/include/uapi/asm/break.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/uapi/asm/break.h b/arch/mips/include/uapi/asm/break.h index 9161e684cb4c..e5fa7b5b0556 100644 --- a/arch/mips/include/uapi/asm/break.h +++ b/arch/mips/include/uapi/asm/break.h | |||
@@ -19,7 +19,7 @@ | |||
19 | #define BRK_KERNELBP 1 /* Break in the kernel */ | 19 | #define BRK_KERNELBP 1 /* Break in the kernel */ |
20 | #define BRK_ABORT 2 /* Sometimes used by abort(3) to SIGIOT */ | 20 | #define BRK_ABORT 2 /* Sometimes used by abort(3) to SIGIOT */ |
21 | #define BRK_BD_TAKEN 3 /* For bd slot emulation - not implemented */ | 21 | #define BRK_BD_TAKEN 3 /* For bd slot emulation - not implemented */ |
22 | #define BRK_BD_NOTTAKEN 4 /* For bd slot emulation - not implemented */ | 22 | #define BRK_BD_NOTTAKEN 4 /* For bd slot emulation - not implemented */ |
23 | #define BRK_SSTEPBP 5 /* User bp (used by debuggers) */ | 23 | #define BRK_SSTEPBP 5 /* User bp (used by debuggers) */ |
24 | #define BRK_OVERFLOW 6 /* Overflow check */ | 24 | #define BRK_OVERFLOW 6 /* Overflow check */ |
25 | #define BRK_DIVZERO 7 /* Divide by zero check */ | 25 | #define BRK_DIVZERO 7 /* Divide by zero check */ |