summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/cpu_asm.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-30 18:52:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-30 18:52:16 +0000
commit2f49bcfb01759aa7bc7ceb87b084a5ab1156c544 (patch)
tree43f978a71da3259190d4ebd7503b84259787c5a9 /cpukit/score/cpu/no_cpu/cpu_asm.c
parent2010-07-30 Gedare Bloom <giddyup44@yahoo.com> (diff)
downloadrtems-2f49bcfb01759aa7bc7ceb87b084a5ab1156c544.tar.bz2
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.
Diffstat (limited to 'cpukit/score/cpu/no_cpu/cpu_asm.c')
-rw-r--r--cpukit/score/cpu/no_cpu/cpu_asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpu_asm.c b/cpukit/score/cpu/no_cpu/cpu_asm.c
index 91957204c4..32c3f1f8c7 100644
--- a/cpukit/score/cpu/no_cpu/cpu_asm.c
+++ b/cpukit/score/cpu/no_cpu/cpu_asm.c
@@ -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)