forked from Imagelibrary/rtems
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* page.c: Replaced prototype of printk() with include of <bspIo.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* page.c: Replaced prototype of printk() with include of <bspIo.h>.
|
||||||
|
|
||||||
2000-10-17 Joel Sherrill <joel@OARcorp.com>
|
2000-10-17 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
|
* idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
/*
|
|
||||||
* page.c :- This file contains implementation of C function to
|
|
||||||
* Instanciate paging. More detailled information
|
* Instanciate paging. More detailled information
|
||||||
* can be found on Intel site and more precisely in
|
* can be found on Intel site and more precisely in
|
||||||
* the following book :
|
* the following book :
|
||||||
@@ -439,8 +437,7 @@ int _CPU_change_memory_mapping_attribute
|
|||||||
* CACHE_DISABLE of the whole memory
|
* CACHE_DISABLE of the whole memory
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* hack to avoid dependency on bsp.h */
|
#include <bspIo.h>
|
||||||
void printk(char *fmt, ...); /* from 'printk.c' */
|
|
||||||
|
|
||||||
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