From 1973a2a620faa8f56aabdb894fac8aa7842f0b5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jul 2010 18:51:12 +0000 Subject: [PATCH] 2010-07-30 Gedare Bloom PR 1599/cpukit * shared/irq/exception.S: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent. --- c/src/lib/libbsp/mips/ChangeLog | 6 ++++++ c/src/lib/libbsp/mips/shared/irq/exception.S | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/mips/ChangeLog b/c/src/lib/libbsp/mips/ChangeLog index 976186cc83..ed44c3e5aa 100644 --- a/c/src/lib/libbsp/mips/ChangeLog +++ b/c/src/lib/libbsp/mips/ChangeLog @@ -1,3 +1,9 @@ +2010-07-30 Gedare Bloom + + PR 1599/cpukit + * shared/irq/exception.S: Rename _Context_Switch_necessary to + _Thread_Dispatch_necessary to more properly reflect the intent. + 2010-07-06 Sebastian Huber * shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing diff --git a/c/src/lib/libbsp/mips/shared/irq/exception.S b/c/src/lib/libbsp/mips/shared/irq/exception.S index 531b75710a..9d67eb5c6f 100644 --- a/c/src/lib/libbsp/mips/shared/irq/exception.S +++ b/c/src/lib/libbsp/mips/shared/irq/exception.S @@ -322,7 +322,7 @@ _ISR_Handler_cleanup: * restore stack * #endif * - * if ( !_Context_Switch_necessary ) + * if ( !_Thread_Dispatch_necessary ) * goto the label "exit interrupt (simple case)" */ lb t0,DISPATCH_NEEDED