hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 {