aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/include/asm/kdebug.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-07-29 22:44:53 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-09-03 12:08:05 +0200
commit40e084a506eba78310cd5e8ab700fd1226c6130a (patch)
treea7d19eea2c8a72c78205f2403be2ea3cde24ce63 /arch/mips/include/asm/kdebug.h
parentMIPS: Set trap_no field in thread_struct on exception. (diff)
downloadwireguard-linux-40e084a506eba78310cd5e8ab700fd1226c6130a.tar.xz
wireguard-linux-40e084a506eba78310cd5e8ab700fd1226c6130a.zip
MIPS: Add uprobes support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/kdebug.h')
-rw-r--r--arch/mips/include/asm/kdebug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/kdebug.h b/arch/mips/include/asm/kdebug.h
index cba22ab7ad4d..8e3d08e739c1 100644
--- a/arch/mips/include/asm/kdebug.h
+++ b/arch/mips/include/asm/kdebug.h
@@ -11,7 +11,9 @@ enum die_val {
DIE_PAGE_FAULT,
DIE_BREAK,
DIE_SSTEPBP,
- DIE_MSAFP
+ DIE_MSAFP,
+ DIE_UPROBE,
+ DIE_UPROBE_XOL,
};
#endif /* _ASM_MIPS_KDEBUG_H */