summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm_exc_handler_high.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/arm_exc_handler_high.c')
-rw-r--r--cpukit/score/cpu/arm/arm_exc_handler_high.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/arm_exc_handler_high.c b/cpukit/score/cpu/arm/arm_exc_handler_high.c
index 176c1b4561..3c3ec9f191 100644
--- a/cpukit/score/cpu/arm/arm_exc_handler_high.c
+++ b/cpukit/score/cpu/arm/arm_exc_handler_high.c
@@ -36,6 +36,8 @@
#include <rtems/score/thread.h>
#include <rtems/score/cpu.h>
+#ifdef ARM_MULTILIB_ARCH_V4
+
static void _defaultExcHandler (CPU_Exception_frame *ctx)
{
printk("\n\r");
@@ -119,3 +121,5 @@ void rtems_exception_init_mngt(void)
_CPU_ISR_Enable(level);
}
+
+#endif /* ARM_MULTILIB_ARCH_V4 */