forked from Imagelibrary/rtems
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:
@@ -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>
|
2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing
|
* shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ _ISR_Handler_cleanup:
|
|||||||
* 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)"
|
||||||
*/
|
*/
|
||||||
lb t0,DISPATCH_NEEDED
|
lb t0,DISPATCH_NEEDED
|
||||||
|
|||||||
Reference in New Issue
Block a user