From 82b04a2b63dff05f84235c11539b3fcd171acaf4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jul 2010 18:51:49 +0000 Subject: 2010-07-30 Gedare Bloom PR 1599/cpukit * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent. --- c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/sh/sh7032/score') diff --git a/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c b/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c index db731c8b68..ad2633c98f 100644 --- a/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c +++ b/c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c @@ -176,7 +176,7 @@ void __ISR_Handler( uint32_t vector) return; } - if ( _Context_Switch_necessary ) { + if ( _Thread_Dispatch_necessary ) { _Thread_Dispatch(); } } -- cgit v1.2.3