summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm_exc_handler_low.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:19 +0000
commit0acc9af3429d0c6300951436ff32851ceb5a92a9 (patch)
tree5408abfb96b8e037949fbbebd06451a4e280172f /cpukit/score/cpu/arm/arm_exc_handler_low.S
parentremoved warnings (diff)
downloadrtems-0acc9af3429d0c6300951436ff32851ceb5a92a9.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/arm/arm_exc_handler_low.S')
-rw-r--r--cpukit/score/cpu/arm/arm_exc_handler_low.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/arm_exc_handler_low.S b/cpukit/score/cpu/arm/arm_exc_handler_low.S
index 9aaff215e8..22b74f2b6a 100644
--- a/cpukit/score/cpu/arm/arm_exc_handler_low.S
+++ b/cpukit/score/cpu/arm/arm_exc_handler_low.S
@@ -24,6 +24,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/asm.h>
#include <rtems/score/cpu_asm.h>