2010-07-30 Gedare Bloom <giddyup44@yahoo.com>

PR 1599/cpukit
	* cpu_asm.S: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
This commit is contained in:
Joel Sherrill
2010-07-30 18:52:12 +00:00
parent 82b04a2b63
commit bfc76f9e1b
4 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
* cpu_asm.S: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-29 Gedare Bloom <giddyup44@yahoo.com> 2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit PR 1635/cpukit

View File

@@ -441,7 +441,7 @@ void _ISR_Handler(void)
* if ( _Thread_Dispatch_disable_level ) * if ( _Thread_Dispatch_disable_level )
* goto the label "exit interrupt (simple case)" * goto the label "exit interrupt (simple case)"
* *
* if ( _Context_Switch_necessary ) { * if ( _Thread_Dispatch_necessary ) {
* call _Thread_Dispatch() or prepare to return to _ISR_Dispatch * call _Thread_Dispatch() or prepare to return to _ISR_Dispatch
* prepare to get out of interrupt * prepare to get out of interrupt
* return from interrupt (maybe to _ISR_Dispatch) * return from interrupt (maybe to _ISR_Dispatch)

View File

@@ -1,3 +1,9 @@
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
* cpu_asm.S: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-29 Gedare Bloom <giddyup44@yahoo.com> 2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit PR 1635/cpukit

View File

@@ -949,7 +949,7 @@ _ISR_Handler_1:
* restore stack * restore stack
* #endif * #endif
* *
* if !_Context_Switch_necessary * if !_Thread_Dispatch_necessary
* goto the label "exit interrupt (simple case)" * goto the label "exit interrupt (simple case)"
*/ */
lbu t0,DISPATCH_NEEDED lbu t0,DISPATCH_NEEDED