projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bc6cb
)
LoongArch: Remove five DIE_* definitions in kdebug.h
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Thu, 29 Jun 2023 12:58:44 +0000
(20:58 +0800)
committer
Huacai Chen
<chenhuacai@loongson.cn>
Thu, 29 Jun 2023 12:58:44 +0000
(20:58 +0800)
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>
arch/loongarch/include/asm/kdebug.h
patch
|
blob
|
history
diff --git
a/arch/loongarch/include/asm/kdebug.h
b/arch/loongarch/include/asm/kdebug.h
index d721b4b82fae094878361d1f0adccb991c0388df..c00ed874bf0619481b4eb3a0454bdd358d2c5f83 100644
(file)
--- 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 */