Skip to content

Commit 5ee35c7

Browse files
seehearfeelchenhuacai
authored andcommitted
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 <[email protected]> Suggested-by: Youling Tang <[email protected]> Signed-off-by: Tiezhu Yang <[email protected]> Signed-off-by: Huacai Chen <[email protected]>
1 parent 19bc6cb commit 5ee35c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/loongarch/include/asm/kdebug.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ enum die_val {
1313
DIE_FP,
1414
DIE_SIMD,
1515
DIE_TRAP,
16-
DIE_PAGE_FAULT,
17-
DIE_BREAK,
18-
DIE_SSTEPBP,
19-
DIE_UPROBE,
20-
DIE_UPROBE_XOL,
2116
};
2217

2318
#endif /* _ASM_LOONGARCH_KDEBUG_H */

0 commit comments

Comments
 (0)