mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/clock.S, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/isr_entries.S, shared/interrupts/vectorexceptions.c, timer/gettime.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/installisrentries.c, shared/interrupts/isr_entries.S, shared/interrupts/vectorexceptions.c, timer/gettime.S: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clock.S, mongoosev/vectorisrs/vectorisrs.c,
|
||||||
|
shared/interrupts/isr_entries.S,
|
||||||
|
shared/interrupts/vectorexceptions.c, timer/gettime.S: Include
|
||||||
|
<rtems/mips/iregdef.h> instead of <iregdef.h>.
|
||||||
|
* clock/clock.S, mongoosev/vectorisrs/vectorisrs.c,
|
||||||
|
shared/interrupts/installisrentries.c,
|
||||||
|
shared/interrupts/isr_entries.S,
|
||||||
|
shared/interrupts/vectorexceptions.c, timer/gettime.S: Include
|
||||||
|
<rtems/mips/idtcpu.h> instead of <idtcpu.h>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
|
* clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
*/
|
*/
|
||||||
/* @(#)clock.S 08/20/96 1.2 */
|
/* @(#)clock.S 08/20/96 1.2 */
|
||||||
|
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
FRAME(mips_set_timer,sp,0,ra)
|
FRAME(mips_set_timer,sp,0,ra)
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <libcpu/mongoose-v.h>
|
#include <libcpu/mongoose-v.h>
|
||||||
|
|
||||||
#include "iregdef.h"
|
#include <rtems/mips/iregdef.h>
|
||||||
#include "idtcpu.h"
|
#include <rtems/mips/idtcpu.h>
|
||||||
|
|
||||||
|
|
||||||
#include <rtems/bspIo.h> /* for printk */
|
#include <rtems/bspIo.h> /* for printk */
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include "iregdef.h"
|
#include <rtems/mips/iregdef.h>
|
||||||
#include "idtcpu.h"
|
#include <rtems/mips/idtcpu.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MIPS ISA Level 1 entries
|
* MIPS ISA Level 1 entries
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "iregdef.h"
|
#include <rtems/mips/iregdef.h>
|
||||||
#include "idtcpu.h"
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
char *cause_strings[32] =
|
char *cause_strings[32] =
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
/* @(#)gettime.S 08/20/96 1.2 */
|
/* @(#)gettime.S 08/20/96 1.2 */
|
||||||
|
|
||||||
#include <iregdef.h>
|
#include <rtems/mips/iregdef.h>
|
||||||
#include <idtcpu.h>
|
#include <rtems/mips/idtcpu.h>
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
FRAME(mips_read_timer,sp,0,ra)
|
FRAME(mips_read_timer,sp,0,ra)
|
||||||
|
|||||||
Reference in New Issue
Block a user