forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user