Changeset 4a2b4f0 in rtems
- Timestamp:
- Jul 5, 2002, 6:10:25 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- f845e96
- Parents:
- 2540208
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/c4x/ChangeLog
r2540208 r4a2b4f0 1 2002-07-05 Joel Sherrill <joel@OARcorp.com> 2 3 * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was 4 marked XXX. 5 1 6 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/exec/score/cpu/c4x/cpu.c
r2540208 r4a2b4f0 1 1 /* 2 * XXXCPU Dependent Source2 * C4x CPU Dependent Source 3 3 * 4 4 * -
c/src/exec/score/cpu/c4x/irq.c
r2540208 r4a2b4f0 1 1 /* 2 * XXXCPU Dependent Source2 * C4x CPU Dependent Source 3 3 * 4 4 * -
c/src/exec/score/cpu/c4x/rtems/score/cpu.h
r2540208 r4a2b4f0 1 1 /* cpu.h 2 2 * 3 * This include file contains information pertaining to the XXX3 * This include file contains information pertaining to the C4x 4 4 * processor. 5 5 * … … 101 101 * C4x Specific Information: 102 102 * 103 * XXXanswer104 *105 103 * Initial investigation indicates a software managed stack will be needed. 104 * But the implementation does not currently include support for one. 106 105 */ 107 106 -
cpukit/score/cpu/c4x/ChangeLog
r2540208 r4a2b4f0 1 2002-07-05 Joel Sherrill <joel@OARcorp.com> 2 3 * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was 4 marked XXX. 5 1 6 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/score/cpu/c4x/cpu.c
r2540208 r4a2b4f0 1 1 /* 2 * XXXCPU Dependent Source2 * C4x CPU Dependent Source 3 3 * 4 4 * -
cpukit/score/cpu/c4x/irq.c
r2540208 r4a2b4f0 1 1 /* 2 * XXXCPU Dependent Source2 * C4x CPU Dependent Source 3 3 * 4 4 * -
cpukit/score/cpu/c4x/rtems/score/cpu.h
r2540208 r4a2b4f0 1 1 /* cpu.h 2 2 * 3 * This include file contains information pertaining to the XXX3 * This include file contains information pertaining to the C4x 4 4 * processor. 5 5 * … … 101 101 * C4x Specific Information: 102 102 * 103 * XXXanswer104 *105 103 * Initial investigation indicates a software managed stack will be needed. 104 * But the implementation does not currently include support for one. 106 105 */ 107 106
Note: See TracChangeset
for help on using the changeset viewer.