forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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 {