Changeset bfc76f9 in rtems
- Timestamp:
- Jul 30, 2010, 6:52:12 PM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f2edf67
- Parents:
- 82b04a2
- Location:
- cpukit/score/cpu
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/avr/ChangeLog
r82b04a2 rbfc76f9 1 2010-07-30 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1599/cpukit 4 * cpu_asm.S: 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/avr/cpu_asm.S
r82b04a2 rbfc76f9 442 442 * goto the label "exit interrupt (simple case)" 443 443 * 444 * if ( _ Context_Switch_necessary ) {444 * if ( _Thread_Dispatch_necessary ) { 445 445 * call _Thread_Dispatch() or prepare to return to _ISR_Dispatch 446 446 * prepare to get out of interrupt -
cpukit/score/cpu/mips/ChangeLog
r82b04a2 rbfc76f9 1 2010-07-30 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1599/cpukit 4 * cpu_asm.S: 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/mips/cpu_asm.S
r82b04a2 rbfc76f9 950 950 * #endif 951 951 * 952 * if !_ Context_Switch_necessary952 * if !_Thread_Dispatch_necessary 953 953 * goto the label "exit interrupt (simple case)" 954 954 */
Note: See TracChangeset
for help on using the changeset viewer.