mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-10 16:51:38 +08:00
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit * cpu_asm.c: 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
|
||||
* cpu_asm.c: Rename _Context_Switch_necessary to
|
||||
_Thread_Dispatch_necessary to more properly reflect the intent.
|
||||
|
||||
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1635/cpukit
|
||||
|
||||
@@ -89,7 +89,7 @@ void _ISR_Handler(void)
|
||||
* if ( _Thread_Dispatch_disable_level )
|
||||
* 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
|
||||
* prepare to get out of interrupt
|
||||
* return from interrupt (maybe to _ISR_Dispatch)
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1599/cpukit
|
||||
* cpu_asm.c: Rename _Context_Switch_necessary to
|
||||
_Thread_Dispatch_necessary to more properly reflect the intent.
|
||||
|
||||
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1635/cpukit
|
||||
|
||||
@@ -79,7 +79,7 @@ void _ISR_Handler(void)
|
||||
* if ( _Thread_Dispatch_disable_level )
|
||||
* 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
|
||||
* prepare to get out of interrupt
|
||||
* return from interrupt (maybe to _ISR_Dispatch)
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1599/cpukit
|
||||
* cpu_asm.c: Rename _Context_Switch_necessary to
|
||||
_Thread_Dispatch_necessary to more properly reflect the intent.
|
||||
|
||||
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1635/cpukit
|
||||
|
||||
@@ -168,7 +168,7 @@ void _ISR_Handler(void)
|
||||
* if ( _Thread_Dispatch_disable_level )
|
||||
* 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
|
||||
* prepare to get out of interrupt
|
||||
* return from interrupt (maybe to _ISR_Dispatch)
|
||||
|
||||
Reference in New Issue
Block a user