hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm64/include/asm/exception.h
....@@ -8,16 +8,11 @@
88 #define __ASM_EXCEPTION_H
99
1010 #include <asm/esr.h>
11
-#include <asm/kprobes.h>
1211 #include <asm/ptrace.h>
1312
1413 #include <linux/interrupt.h>
1514
16
-#ifdef CONFIG_FUNCTION_GRAPH_TRACER
1715 #define __exception_irq_entry __irq_entry
18
-#else
19
-#define __exception_irq_entry __kprobes
20
-#endif
2116
2217 static inline u32 disr_to_esr(u64 disr)
2318 {