]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/include/asm/system.h
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
[mv-sheeva.git] / arch / arm / include / asm / system.h
index 1120f18a6b17695e48c37a6b4d1d7e50d306e478..ec4327a4653d45c7e1e3fe6bb1e142d8fadce2e8 100644 (file)
 #include <asm/outercache.h>
 
 #define __exception    __attribute__((section(".exception.text")))
+#ifdef CONFIG_FUNCTION_GRAPH_TRACER
+#define __exception_irq_entry  __irq_entry
+#else
+#define __exception_irq_entry  __exception
+#endif
 
 struct thread_info;
 struct task_struct;