forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/clock.S: Include <rtems/asm.h> instead of <asm.h>. * shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>. * timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* mongoosev/duart/mg5uart.c, mongoosev/include/mongoose-v.h,
|
* mongoosev/duart/mg5uart.c, mongoosev/include/mongoose-v.h,
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <iregdef.h>
|
#include <iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <idtcpu.h>
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
FRAME(mips_set_timer,sp,0,ra)
|
FRAME(mips_set_timer,sp,0,ra)
|
||||||
.set noreorder
|
.set noreorder
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include "iregdef.h"
|
#include "iregdef.h"
|
||||||
#include "idtcpu.h"
|
#include "idtcpu.h"
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include <iregdef.h>
|
#include <iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <idtcpu.h>
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
FRAME(mips_read_timer,sp,0,ra)
|
FRAME(mips_read_timer,sp,0,ra)
|
||||||
.set noreorder
|
.set noreorder
|
||||||
|
|||||||
Reference in New Issue
Block a user