X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fmips%2Finclude%2Fasm%2Fbreak.h;h=9161e684cb4c6ce81cf9875024e0301893c8063d;hb=e9563355ac1175dd3440dc2ea5c28b27ed51a283;hp=44437ed765e899a52caa04bd81f0c8036a9c2f64;hpb=e61467e9b6c88e97560873603cf9aceaf7435480;p=sfrench%2Fcifs-2.6.git diff --git a/arch/mips/include/asm/break.h b/arch/mips/include/asm/break.h index 44437ed765e8..9161e684cb4c 100644 --- a/arch/mips/include/asm/break.h +++ b/arch/mips/include/asm/break.h @@ -30,6 +30,8 @@ #define BRK_BUG 512 /* Used by BUG() */ #define BRK_KDB 513 /* Used in KDB_ENTER() */ #define BRK_MEMU 514 /* Used by FPU emulator */ +#define BRK_KPROBE_BP 515 /* Kprobe break */ +#define BRK_KPROBE_SSTEPBP 516 /* Kprobe single step software implementation */ #define BRK_MULOVF 1023 /* Multiply overflow */ #endif /* __ASM_BREAK_H */