forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 {