Changeset 26848f3e in rtems
- Timestamp:
- 04/03/04 00:14:06 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0cd196b7
- Parents:
- 4246571b
- Location:
- c/src/lib/libbsp/mips/p4000
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/p4000/ChangeLog
r4246571b r26848f3e 1 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, 4 startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of 5 <iregdef.h>. 6 * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, 7 startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h> 8 instead of <idtcpu.h>. 9 1 10 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 11 -
c/src/lib/libbsp/mips/p4000/console/led.S
r4246571b r26848f3e 3 3 */ 4 4 5 #include < iregdef.h>6 #include < idtcpu.h>5 #include <rtems/mips/iregdef.h> 6 #include <rtems/mips/idtcpu.h> 7 7 #include <rtems/asm.h> 8 8 -
c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S
r4246571b r26848f3e 3 3 */ 4 4 5 #include < iregdef.h>6 #include < idtcpu.h>5 #include <rtems/mips/iregdef.h> 6 #include <rtems/mips/idtcpu.h> 7 7 8 8 #define FRAME(name,frm_reg,offset,ret_reg) \ -
c/src/lib/libbsp/mips/p4000/start/start.S
r4246571b r26848f3e 32 32 ** 33 33 **************************************************************************/ 34 #include < iregdef.h>35 #include < idtcpu.h>34 #include <rtems/mips/iregdef.h> 35 #include <rtems/mips/idtcpu.h> 36 36 #include <rtems/asm.h> 37 37 -
c/src/lib/libbsp/mips/p4000/startup/idtmem.S
r4246571b r26848f3e 39 39 */ 40 40 41 #include < iregdef.h>42 #include < idtcpu.h>41 #include <rtems/mips/iregdef.h> 42 #include <rtems/mips/idtcpu.h> 43 43 #include <rtems/asm.h> 44 44 -
c/src/lib/libbsp/mips/p4000/startup/idttlb.S
r4246571b r26848f3e 31 31 */ 32 32 /* 950308: Ketan patched a few tlb functions that would not have worked.*/ 33 #include < iregdef.h>34 #include < idtcpu.h>33 #include <rtems/mips/iregdef.h> 34 #include <rtems/mips/idtcpu.h> 35 35 #include <rtems/asm.h> 36 36 -
c/src/lib/libbsp/mips/p4000/startup/inittlb.c
r4246571b r26848f3e 3 3 */ 4 4 5 #include < idtcpu.h>5 #include <rtems/mips/idtcpu.h> 6 6 7 7 extern void resettlb( int i );
Note: See TracChangeset
for help on using the changeset viewer.