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:
Ralf Corsepius
2004-04-01 10:06:06 +00:00
parent 04d13bc301
commit 6caf92f864
3 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -24,7 +24,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/registers.h>
BEGIN_CODE

View File

@@ -12,7 +12,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
BEGIN_CODE
/*