From 3bae3f2c5c393e5704736a2acfa283b13e7103af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jul 2010 18:54:58 +0000 Subject: 2010-07-30 Gedare Bloom PR 1599/cpukit * porting/interrupts.t: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent. --- doc/porting/interrupts.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/porting/interrupts.t') diff --git a/doc/porting/interrupts.t b/doc/porting/interrupts.t index f8d6761bba..daf11bd7ba 100644 --- a/doc/porting/interrupts.t +++ b/doc/porting/interrupts.t @@ -368,7 +368,7 @@ if ( _ISR_Nest_level ) 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) -- cgit v1.2.3