summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/arm
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:05:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:05:09 +0000
commitd56918c9bdd468d53f3a92c5150142f81c7e364c (patch)
tree3dfbee5a82e5b94f9ea29739143511b79a88db99 /c/src/exec/score/cpu/arm
parent2002-01-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d56918c9bdd468d53f3a92c5150142f81c7e364c.tar.bz2
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Include rtems/bspIo.h instead of bspIo.h.
Diffstat (limited to 'c/src/exec/score/cpu/arm')
-rw-r--r--c/src/exec/score/cpu/arm/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/arm/cpu.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog
index 4a61c9e6d8..5f0474ad8b 100644
--- a/c/src/exec/score/cpu/arm/ChangeLog
+++ b/c/src/exec/score/cpu/arm/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
+
2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_ENV_RTEMSCPU.
diff --git a/c/src/exec/score/cpu/arm/cpu.c b/c/src/exec/score/cpu/arm/cpu.c
index 09caf9299e..ec2a8f5e5c 100644
--- a/c/src/exec/score/cpu/arm/cpu.c
+++ b/c/src/exec/score/cpu/arm/cpu.c
@@ -13,7 +13,7 @@
#include <rtems/system.h>
#include <rtems.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>
#include <rtems/score/thread.h>