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.
This commit is contained in:
Joel Sherrill
2002-01-04 18:17:04 +00:00
parent 51dc8e920d
commit 86d23e20ef
3 changed files with 7 additions and 2 deletions

View File

@@ -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> 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -19,7 +19,7 @@
#include <libcpu/cpu.h> #include <libcpu/cpu.h>
#include <string.h> #include <string.h>
#include <libcpu/cpuModel.h> #include <libcpu/cpuModel.h>
#include <bspIo.h> #include <rtems/bspIo.h>
#include <rtems.h> #include <rtems.h>
unsigned char Cx86_step = 0; unsigned char Cx86_step = 0;

View File

@@ -439,7 +439,7 @@ int _CPU_change_memory_mapping_attribute
* CACHE_DISABLE of the whole memory * CACHE_DISABLE of the whole memory
*/ */
#include <bspIo.h> #include <rtems/bspIo.h>
int _CPU_display_memory_attribute(){ int _CPU_display_memory_attribute(){
unsigned int dirCount, pageCount; unsigned int dirCount, pageCount;