Changeset 855edec in rtems for cpukit/score/cpu/unix/cpu.c
- Timestamp:
- 09/30/96 20:15:01 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 43e1177d, 93bea77
- Parents:
- 8880e9c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/unix/cpu.c
r8880e9c7 r855edec 65 65 static sigset_t _CPU_Signal_mask; 66 66 static Context_Control_overlay 67 CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_enabled;67 _CPU_Context_Default_with_ISRs_enabled CPU_STRUCTURE_ALIGNMENT; 68 68 static Context_Control_overlay 69 CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_disabled;69 _CPU_Context_Default_with_ISRs_disabled CPU_STRUCTURE_ALIGNMENT; 70 70 71 71 /*
Note: See TracChangeset
for help on using the changeset viewer.