Changeset 180b106 in rtems for cpukit/score/cpu/lm32/irq.c
- Timestamp:
- 08/18/11 06:45:35 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- afe0344
- Parents:
- 542ae51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/lm32/irq.c
r542ae51 r180b106 79 79 return; 80 80 81 if ( _Thread_Dispatch_necessary ) { 82 81 if ( _Thread_Dispatch_necessary && !_Thread_Dispatch_in_critical_section() ) { 83 82 /* save off our stack frame so the context switcher can get to it */ 84 83 _exception_stack_frame = ifr;
Note: See TracChangeset
for help on using the changeset viewer.