Skip to content

Commit

Permalink
LoongArch: Remove five DIE_* definitions in kdebug.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tiezhu Yang authored and Huacai Chen committed Jun 29, 2023
1 parent 19bc6cb commit 5ee35c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/loongarch/include/asm/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 5ee35c7

Please sign in to comment.