forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpuModel.S: Include <rtems/asm.h> instead of <asm.h>. * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
* idtr.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* page.c: Convert to using c99 fixed size types.
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <asm.h>
|
||||
#include <rtems/asm.h>
|
||||
#include <rtems/score/registers.h>
|
||||
|
||||
BEGIN_CODE
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <asm.h>
|
||||
#include <rtems/asm.h>
|
||||
|
||||
BEGIN_CODE
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user