summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32r
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/m32r
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/m32r')
-rw-r--r--cpukit/score/cpu/m32r/ChangeLog6
-rw-r--r--cpukit/score/cpu/m32r/cpu_asm.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m32r/ChangeLog b/cpukit/score/cpu/m32r/ChangeLog
index 50e79cc311..146721e720 100644
--- a/cpukit/score/cpu/m32r/ChangeLog
+++ b/cpukit/score/cpu/m32r/ChangeLog
@@ -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
diff --git a/cpukit/score/cpu/m32r/cpu_asm.c b/cpukit/score/cpu/m32r/cpu_asm.c
index 9881ade8af..8ab01849bd 100644
--- a/cpukit/score/cpu/m32r/cpu_asm.c
+++ b/cpukit/score/cpu/m32r/cpu_asm.c
@@ -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)