mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
* startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
* Copyright (c) 1999, National Research Council of Canada
|
* Copyright (c) 1999, National Research Council of Canada
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "asm.h"
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The initial stack is set to run BELOW the code base address.
|
* The initial stack is set to run BELOW the code base address.
|
||||||
|
|||||||
Reference in New Issue
Block a user