Changeset 62b5781 in rtems
- Timestamp:
- 04/01/04 10:06:55 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 11c2382
- Parents:
- fcd91277
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
rfcd91277 r62b5781 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * clock/clock.S: Include <rtems/asm.h> instead of <asm.h>. 4 * shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>. 5 * timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>. 6 1 7 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 8 -
c/src/lib/libcpu/mips/clock/clock.S
rfcd91277 r62b5781 24 24 #include <iregdef.h> 25 25 #include <idtcpu.h> 26 #include < asm.h>26 #include <rtems/asm.h> 27 27 28 28 FRAME(mips_set_timer,sp,0,ra) -
c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
rfcd91277 r62b5781 12 12 */ 13 13 14 #include < asm.h>14 #include <rtems/asm.h> 15 15 #include "iregdef.h" 16 16 #include "idtcpu.h" -
c/src/lib/libcpu/mips/timer/gettime.S
rfcd91277 r62b5781 25 25 #include <iregdef.h> 26 26 #include <idtcpu.h> 27 #include < asm.h>27 #include <rtems/asm.h> 28 28 29 29 FRAME(mips_read_timer,sp,0,ra)
Note: See TracChangeset
for help on using the changeset viewer.