forked from Imagelibrary/rtems
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* page.c: Convert to using c99 fixed size types.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* page.c: Convert to using c99 fixed size types.
|
||||||
|
|
||||||
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
|
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ static int directoryEntry=0;
|
|||||||
static int tableEntry=0;
|
static int tableEntry=0;
|
||||||
static page_directory *pageDirectory;
|
static page_directory *pageDirectory;
|
||||||
|
|
||||||
extern rtems_unsigned32 rtemsFreeMemStart;
|
extern uint32_t rtemsFreeMemStart;
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user