commit | 40e084a506eba78310cd5e8ab700fd1226c6130a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 29 22:44:53 2015 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 03 12:08:05 2015 +0200 |
tree | a7d19eea2c8a72c78205f2403be2ea3cde24ce63 | |
parent | e3b28831c18c6c95c51b6bb717fa116d2b658ba9 [diff] [blame] |
MIPS: Add uprobes support. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/kdebug.h b/arch/mips/include/asm/kdebug.h index cba22ab..8e3d08e 100644 --- a/arch/mips/include/asm/kdebug.h +++ b/arch/mips/include/asm/kdebug.h
@@ -11,7 +11,9 @@ DIE_PAGE_FAULT, DIE_BREAK, DIE_SSTEPBP, - DIE_MSAFP + DIE_MSAFP, + DIE_UPROBE, + DIE_UPROBE_XOL, }; #endif /* _ASM_MIPS_KDEBUG_H */