Changeset 73b943bc in rtems
- Timestamp:
- 03/31/99 23:21:19 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3f06c298
- Parents:
- 912f74ae
- Files:
-
- 12 added
- 16 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in
r912f74ae r73b943bc 21 21 C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) 22 22 23 H_PIECES=cpu.h cpu_asm.h idtcpu.h idtmon.h iregdef.hmips64orion.h mipstypes.h23 H_PIECES=cpu.h mips64orion.h mipstypes.h 24 24 H_FILES=$(H_PIECES:%=$(srcdir)/%) 25 25 -
c/src/exec/score/cpu/mips64orion/wrap/Makefile.in
r912f74ae r73b943bc 30 30 C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) 31 31 32 H_PIECES = asm.h cpu_asm.h mips64orion.h32 H_PIECES = asm.h cpu_asm.h idtcpu.h idtmon.h iregdef.h 33 33 H_FILES=$(H_PIECES:%=$(srcdir)/../%) 34 34 -
c/src/lib/libbsp/mips/p4000/console/led.S
r912f74ae r73b943bc 3 3 */ 4 4 5 #include < rtems/score/iregdef.h>6 #include < rtems/score/idtmon.h>7 #include < rtems/score/idtcpu.h>5 #include <iregdef.h> 6 #include <idtmon.h> 7 #include <idtcpu.h> 8 8 9 9 -
c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S
r912f74ae r73b943bc 3 3 */ 4 4 5 #include < rtems/score/iregdef.h>6 #include < rtems/score/idtcpu.h>5 #include <iregdef.h> 6 #include <idtcpu.h> 7 7 8 8 #define FRAME(name,frm_reg,offset,ret_reg) \ -
c/src/lib/libbsp/mips/p4000/startup/idtmem.S
r912f74ae r73b943bc 39 39 */ 40 40 41 #include < rtems/score/iregdef.h>42 #include < rtems/score/idtcpu.h>43 #include < rtems/score/idtmon.h>41 #include <iregdef.h> 42 #include <idtcpu.h> 43 #include <idtmon.h> 44 44 45 45 .data -
c/src/lib/libbsp/mips/p4000/startup/idttlb.S
r912f74ae r73b943bc 31 31 */ 32 32 /* 950308: Ketan patched a few tlb functions that would not have worked.*/ 33 #include < rtems/score/iregdef.h>34 #include < rtems/score/idtcpu.h>35 #include < rtems/score/idtmon.h>33 #include <iregdef.h> 34 #include <idtcpu.h> 35 #include <idtmon.h> 36 36 37 37 -
c/src/lib/libbsp/mips/p4000/startup/inittlb.c
r912f74ae r73b943bc 3 3 */ 4 4 5 #include < rtems/score/idtcpu.h>5 #include <idtcpu.h> 6 6 7 7 extern void resettlb( int i ); -
c/src/lib/libbsp/mips64orion/p4000/console/led.S
r912f74ae r73b943bc 3 3 */ 4 4 5 #include < rtems/score/iregdef.h>6 #include < rtems/score/idtmon.h>7 #include < rtems/score/idtcpu.h>5 #include <iregdef.h> 6 #include <idtmon.h> 7 #include <idtcpu.h> 8 8 9 9 -
c/src/lib/libbsp/mips64orion/p4000/liblnk/lnklib.S
r912f74ae r73b943bc 3 3 */ 4 4 5 #include < rtems/score/iregdef.h>6 #include < rtems/score/idtcpu.h>5 #include <iregdef.h> 6 #include <idtcpu.h> 7 7 8 8 #define FRAME(name,frm_reg,offset,ret_reg) \ -
c/src/lib/libbsp/mips64orion/p4000/startup/idtmem.S
r912f74ae r73b943bc 39 39 */ 40 40 41 #include < rtems/score/iregdef.h>42 #include < rtems/score/idtcpu.h>43 #include < rtems/score/idtmon.h>41 #include <iregdef.h> 42 #include <idtcpu.h> 43 #include <idtmon.h> 44 44 45 45 .data -
c/src/lib/libbsp/mips64orion/p4000/startup/idttlb.S
r912f74ae r73b943bc 31 31 */ 32 32 /* 950308: Ketan patched a few tlb functions that would not have worked.*/ 33 #include < rtems/score/iregdef.h>34 #include < rtems/score/idtcpu.h>35 #include < rtems/score/idtmon.h>33 #include <iregdef.h> 34 #include <idtcpu.h> 35 #include <idtmon.h> 36 36 37 37 -
c/src/lib/libbsp/mips64orion/p4000/startup/inittlb.c
r912f74ae r73b943bc 3 3 */ 4 4 5 #include < rtems/score/idtcpu.h>5 #include <idtcpu.h> 6 6 7 7 extern void resettlb( int i ); -
c/src/lib/libcpu/mips/clock/clock.S
r912f74ae r73b943bc 22 22 /* @(#)clock.S 08/20/96 1.2 */ 23 23 24 #include < rtems/score/iregdef.h>25 #include < rtems/score/idtcpu.h>26 #include < rtems/score/idtmon.h>24 #include <iregdef.h> 25 #include <idtcpu.h> 26 #include <idtmon.h> 27 27 28 28 FRAME(mips_set_timer,sp,0,ra) -
c/src/lib/libcpu/mips/timer/gettime.S
r912f74ae r73b943bc 23 23 /* @(#)gettime.S 08/20/96 1.2 */ 24 24 25 #include < rtems/score/iregdef.h>26 #include < rtems/score/idtcpu.h>27 #include < rtems/score/idtmon.h>25 #include <iregdef.h> 26 #include <idtcpu.h> 27 #include <idtmon.h> 28 28 29 29 FRAME(mips_read_timer,sp,0,ra) -
c/src/lib/libcpu/mips64orion/clock/clock.S
r912f74ae r73b943bc 22 22 /* @(#)clock.S 08/20/96 1.2 */ 23 23 24 #include < rtems/score/iregdef.h>25 #include < rtems/score/idtcpu.h>26 #include < rtems/score/idtmon.h>24 #include <iregdef.h> 25 #include <idtcpu.h> 26 #include <idtmon.h> 27 27 28 28 FRAME(mips_set_timer,sp,0,ra) -
c/src/lib/libcpu/mips64orion/timer/gettime.S
r912f74ae r73b943bc 23 23 /* @(#)gettime.S 08/20/96 1.2 */ 24 24 25 #include < rtems/score/iregdef.h>26 #include < rtems/score/idtcpu.h>27 #include < rtems/score/idtmon.h>25 #include <iregdef.h> 26 #include <idtcpu.h> 27 #include <idtmon.h> 28 28 29 29 FRAME(mips_read_timer,sp,0,ra)
Note: See TracChangeset
for help on using the changeset viewer.