MIPS: kprobe: Add support.
[sfrench/cifs-2.6.git] / arch / mips / include / asm / kdebug.h
index 5bf62aafc8909308c40d3de0452f764eab88a55c..6a9af5fcb5d72ef7878dc9581f366b07568a1c0f 100644 (file)
@@ -8,6 +8,9 @@ enum die_val {
        DIE_FP,
        DIE_TRAP,
        DIE_RI,
+       DIE_PAGE_FAULT,
+       DIE_BREAK,
+       DIE_SSTEPBP
 };
 
 #endif /* _ASM_MIPS_KDEBUG_H */