Changeset 8a38f3b in rtems
- Timestamp:
- 02/09/96 14:21:37 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6dae1c2d
- Parents:
- f3dabb04
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/no_cpu/cpu_asm.c
rf3dabb04 r8a38f3b 150 150 * 151 151 * if ( !_ISR_Signals_to_thread_executing ) 152 * _ISR_Signals_to_thread_executing = FALSE; 152 153 * goto the label "exit interrupt (simple case)" 153 154 * -
c/src/exec/score/cpu/unix/cpu.c
rf3dabb04 r8a38f3b 623 623 if (_Thread_Dispatch_disable_level == 0 && 624 624 (_Context_Switch_necessary || _ISR_Signals_to_thread_executing)) { 625 _ISR_Signals_to_thread_executing = FALSE; 625 626 _CPU_ISR_Enable(0); 626 627 _Thread_Dispatch(); -
cpukit/score/cpu/no_cpu/cpu_asm.c
rf3dabb04 r8a38f3b 150 150 * 151 151 * if ( !_ISR_Signals_to_thread_executing ) 152 * _ISR_Signals_to_thread_executing = FALSE; 152 153 * goto the label "exit interrupt (simple case)" 153 154 * -
cpukit/score/cpu/unix/cpu.c
rf3dabb04 r8a38f3b 623 623 if (_Thread_Dispatch_disable_level == 0 && 624 624 (_Context_Switch_necessary || _ISR_Signals_to_thread_executing)) { 625 _ISR_Signals_to_thread_executing = FALSE; 625 626 _CPU_ISR_Enable(0); 626 627 _Thread_Dispatch();
Note: See TracChangeset
for help on using the changeset viewer.