From 9d47cd1aef0de8911d8522afa9ecedc0f236168e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jul 2010 18:52:32 +0000 Subject: 2010-07-30 Gedare Bloom PR 1599/cpukit * tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent. --- testsuites/tmtests/tm27/task1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/tmtests/tm27/task1.c') diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c index 9b5c8dd5dc..65fdbeb411 100644 --- a/testsuites/tmtests/tm27/task1.c +++ b/testsuites/tmtests/tm27/task1.c @@ -172,7 +172,7 @@ rtems_task Task_1( _Thread_Heir = (rtems_tcb *) _Thread_Ready_chain[LOW_PRIORITY].last; - _Context_Switch_necessary = 1; + _Thread_Dispatch_necessary = 1; Interrupt_occurred = 0; benchmark_timer_initialize(); @@ -229,7 +229,7 @@ rtems_task Task_2( _Thread_Heir = (rtems_tcb *) _Thread_Ready_chain[LOW_PRIORITY].first; - _Context_Switch_necessary = 1; + _Thread_Dispatch_necessary = 1; _Thread_Dispatch(); -- cgit v1.2.3