Changeset 2f49bcfb in rtems
- Timestamp:
- Jul 30, 2010, 6:52:16 PM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 4817082
- Parents:
- f2edf67
- Location:
- cpukit/score/cpu
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/m32c/ChangeLog
rf2edf67 r2f49bcfb 1 2010-07-30 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1599/cpukit 4 * cpu_asm.c: Rename _Context_Switch_necessary to 5 _Thread_Dispatch_necessary to more properly reflect the intent. 6 1 7 2010-07-29 Gedare Bloom <giddyup44@yahoo.com> 2 8 -
cpukit/score/cpu/m32c/cpu_asm.c
rf2edf67 r2f49bcfb 90 90 * goto the label "exit interrupt (simple case)" 91 91 * 92 * if ( _ Context_Switch_necessary ) {92 * if ( _Thread_Dispatch_necessary ) { 93 93 * call _Thread_Dispatch() or prepare to return to _ISR_Dispatch 94 94 * prepare to get out of interrupt -
cpukit/score/cpu/m32r/ChangeLog
rf2edf67 r2f49bcfb 1 2010-07-30 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1599/cpukit 4 * cpu_asm.c: Rename _Context_Switch_necessary to 5 _Thread_Dispatch_necessary to more properly reflect the intent. 6 1 7 2010-07-29 Gedare Bloom <giddyup44@yahoo.com> 2 8 -
cpukit/score/cpu/m32r/cpu_asm.c
rf2edf67 r2f49bcfb 80 80 * goto the label "exit interrupt (simple case)" 81 81 * 82 * if ( _ Context_Switch_necessary ) {82 * if ( _Thread_Dispatch_necessary ) { 83 83 * call _Thread_Dispatch() or prepare to return to _ISR_Dispatch 84 84 * prepare to get out of interrupt -
cpukit/score/cpu/no_cpu/ChangeLog
rf2edf67 r2f49bcfb 1 2010-07-30 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1599/cpukit 4 * cpu_asm.c: Rename _Context_Switch_necessary to 5 _Thread_Dispatch_necessary to more properly reflect the intent. 6 1 7 2010-07-29 Gedare Bloom <giddyup44@yahoo.com> 2 8 -
cpukit/score/cpu/no_cpu/cpu_asm.c
rf2edf67 r2f49bcfb 169 169 * goto the label "exit interrupt (simple case)" 170 170 * 171 * if ( _ Context_Switch_necessary ) {171 * if ( _Thread_Dispatch_necessary ) { 172 172 * call _Thread_Dispatch() or prepare to return to _ISR_Dispatch 173 173 * prepare to get out of interrupt
Note: See TracChangeset
for help on using the changeset viewer.