From f2edf67da77a3c4e60c2a9df8d2c411a42bcd3a9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jul 2010 18:52:14 +0000 Subject: 2010-07-30 Gedare Bloom PR 1599/cpukit * irq.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent. --- cpukit/score/cpu/lm32/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/lm32/irq.c') diff --git a/cpukit/score/cpu/lm32/irq.c b/cpukit/score/cpu/lm32/irq.c index 0dd2605e30..fbe5fecdd2 100644 --- a/cpukit/score/cpu/lm32/irq.c +++ b/cpukit/score/cpu/lm32/irq.c @@ -78,7 +78,7 @@ void __ISR_Handler(uint32_t vector, CPU_Interrupt_frame *ifr) if ( _ISR_Nest_level ) return; - if ( _Context_Switch_necessary ) { + if ( _Thread_Dispatch_necessary ) { /* save off our stack frame so the context switcher can get to it */ _exception_stack_frame = ifr; -- cgit v1.2.3