Changeset d749165 in rtems
- Timestamp:
- Apr 7, 1997, 9:20:48 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e8c5a6b
- Parents:
- 2ff1d549
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/no_cpu/cpu.c
r2ff1d549 rd749165 68 68 * This routine returns the current interrupt level. 69 69 */ 70 71 return 0; 70 72 } 71 73 -
cpukit/score/cpu/no_cpu/cpu.c
r2ff1d549 rd749165 68 68 * This routine returns the current interrupt level. 69 69 */ 70 71 return 0; 70 72 } 71 73
Note: See TracChangeset
for help on using the changeset viewer.