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 9161e684cb4..e5fa7b5b055 100644 --- a/arch/mips/include/uapi/asm/break.h +++ b/arch/mips/include/uapi/asm/break.h @@ -19,7 +19,7 @@  #define BRK_KERNELBP	1	/* Break in the kernel */  #define BRK_ABORT	2	/* Sometimes used by abort(3) to SIGIOT */  #define BRK_BD_TAKEN	3	/* For bd slot emulation - not implemented */ -#define BRK_BD_NOTTAKEN	4	/* For bd slot emulation - not implemented */ +#define BRK_BD_NOTTAKEN 4	/* For bd slot emulation - not implemented */  #define BRK_SSTEPBP	5	/* User bp (used by debuggers) */  #define BRK_OVERFLOW	6	/* Overflow check */  #define BRK_DIVZERO	7	/* Divide by zero check */  |