kernel/arch/arm64/include/asm/exception.h
.. .. @@ -8,16 +8,11 @@ 8 8 #define __ASM_EXCEPTION_H 9 9 10 10 #include <asm/esr.h> 11 -#include <asm/kprobes.h>12 11 #include <asm/ptrace.h> 13 12 14 13 #include <linux/interrupt.h> 15 14 16 -#ifdef CONFIG_FUNCTION_GRAPH_TRACER17 15 #define __exception_irq_entry __irq_entry 18 -#else19 -#define __exception_irq_entry __kprobes20 -#endif21 16 22 17 static inline u32 disr_to_esr(u64 disr) 23 18 {