diff options
Diffstat (limited to 'arch/mips/include/asm/kdebug.h')
| -rw-r--r-- | arch/mips/include/asm/kdebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/kdebug.h b/arch/mips/include/asm/kdebug.h index 5bf62aafc890..6a9af5fcb5d7 100644 --- a/arch/mips/include/asm/kdebug.h +++ b/arch/mips/include/asm/kdebug.h | |||
| @@ -8,6 +8,9 @@ enum die_val { | |||
| 8 | DIE_FP, | 8 | DIE_FP, |
| 9 | DIE_TRAP, | 9 | DIE_TRAP, |
| 10 | DIE_RI, | 10 | DIE_RI, |
| 11 | DIE_PAGE_FAULT, | ||
| 12 | DIE_BREAK, | ||
| 13 | DIE_SSTEPBP | ||
| 11 | }; | 14 | }; |
| 12 | 15 | ||
| 13 | #endif /* _ASM_MIPS_KDEBUG_H */ | 16 | #endif /* _ASM_MIPS_KDEBUG_H */ |
