summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:17:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:17:04 +0000
commit86d23e20ef04003d492fc6b7b5383e74a88b24f5 (patch)
tree51192a9a109b44bd28a4ec63809d859556d18737
parent2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-86d23e20ef04003d492fc6b7b5383e74a88b24f5.tar.bz2
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog5
-rw-r--r--c/src/lib/libcpu/i386/displayCpu.c2
-rw-r--r--c/src/lib/libcpu/i386/page.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 19ae4dfc2a..bf6095c5f9 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
+ * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/c/src/lib/libcpu/i386/displayCpu.c b/c/src/lib/libcpu/i386/displayCpu.c
index 811ae6c39f..5619b06157 100644
--- a/c/src/lib/libcpu/i386/displayCpu.c
+++ b/c/src/lib/libcpu/i386/displayCpu.c
@@ -19,7 +19,7 @@
#include <libcpu/cpu.h>
#include <string.h>
#include <libcpu/cpuModel.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
#include <rtems.h>
unsigned char Cx86_step = 0;
diff --git a/c/src/lib/libcpu/i386/page.c b/c/src/lib/libcpu/i386/page.c
index 80ad6fa63b..58215f47c1 100644
--- a/c/src/lib/libcpu/i386/page.c
+++ b/c/src/lib/libcpu/i386/page.c
@@ -439,7 +439,7 @@ int _CPU_change_memory_mapping_attribute
* CACHE_DISABLE of the whole memory
*/
-#include <bspIo.h>
+#include <rtems/bspIo.h>
int _CPU_display_memory_attribute(){
unsigned int dirCount, pageCount;