Changeset 180b106 in rtems
- Timestamp:
- 08/18/11 06:45:35 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- afe0344
- Parents:
- 542ae51
- Location:
- cpukit/score/cpu/lm32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/lm32/ChangeLog
r542ae51 r180b106 1 2011-08-18 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com> 2 3 PR 1868/lm32 4 * irq.c: Bugfix. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
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.