aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch
diff options
context:
space:
mode:
authorGravatar Tiezhu Yang <yangtiezhu@loongson.cn> 2023-06-29 20:58:44 +0800
committerGravatar Huacai Chen <chenhuacai@loongson.cn> 2023-06-29 20:58:44 +0800
commit5ee35c769663cb1c5f26e12cad84904dc3002de8 (patch)
tree510f224dffef3264086d19e67ecffb6c127d0a27 /arch/loongarch
parentLoongArch: Add uprobes support (diff)
downloadlinux-5ee35c769663cb1c5f26e12cad84904dc3002de8.tar.gz
linux-5ee35c769663cb1c5f26e12cad84904dc3002de8.tar.bz2
linux-5ee35c769663cb1c5f26e12cad84904dc3002de8.zip
LoongArch: Remove five DIE_* definitions in kdebug.h
For now, DIE_PAGE_FAULT, DIE_BREAK, DIE_SSTEPBP, DIE_UPROBE and DIE_UPROBE_XOL are not used by any code, remove them. Tested-by: Jeff Xie <xiehuan09@gmail.com> Suggested-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch')
-rw-r--r--arch/loongarch/include/asm/kdebug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/loongarch/include/asm/kdebug.h b/arch/loongarch/include/asm/kdebug.h
index d721b4b82fae..c00ed874bf06 100644
--- a/arch/loongarch/include/asm/kdebug.h
+++ b/arch/loongarch/include/asm/kdebug.h
@@ -13,11 +13,6 @@ enum die_val {
DIE_FP,
DIE_SIMD,
DIE_TRAP,
- DIE_PAGE_FAULT,
- DIE_BREAK,
- DIE_SSTEPBP,
- DIE_UPROBE,
- DIE_UPROBE_XOL,
};
#endif /* _ASM_LOONGARCH_KDEBUG_H */