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

PR 1599/cpukit
	* shared/irq/exception.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:51:12 +00:00
parent a46e6b6d91
commit 1973a2a620
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
* shared/irq/exception.S: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing

View File

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