aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/exception.h')
-rw-r--r--arch/arm/include/asm/exception.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/exception.h b/arch/arm/include/asm/exception.h
index a7273ad9587a..58e039a851af 100644
--- a/arch/arm/include/asm/exception.h
+++ b/arch/arm/include/asm/exception.h
@@ -10,11 +10,10 @@
#include <linux/interrupt.h>
-#define __exception __attribute__((section(".exception.text")))
#ifdef CONFIG_FUNCTION_GRAPH_TRACER
#define __exception_irq_entry __irq_entry
#else
-#define __exception_irq_entry __exception
+#define __exception_irq_entry
#endif
#endif /* __ASM_ARM_EXCEPTION_H */