From b758b90679088dfbc771aae4cd7d79bd1511c828 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Nov 2010 13:26:45 +0000 Subject: 2010-11-25 Sebastian Huber * tm26/task1.c, tm27/task1.c: Update for API changes. --- testsuites/tmtests/tm26/task1.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuites/tmtests/tm26/task1.c') diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c index 95bfd8f3be..c6054f71f7 100644 --- a/testsuites/tmtests/tm26/task1.c +++ b/testsuites/tmtests/tm26/task1.c @@ -243,7 +243,7 @@ rtems_task Middle_task( _Thread_Executing = (Thread_Control *) - _Chain_First(&_Scheduler.ready_queues.Priority[LOW_PRIORITY]); + _Chain_First(&_Scheduler.Ready_queues.priority[LOW_PRIORITY]); /* do not force context switch */ @@ -281,7 +281,7 @@ rtems_task Low_task( _Thread_Executing = (Thread_Control *) - _Chain_First(&_Scheduler.ready_queues.Priority[FP1_PRIORITY]); + _Chain_First(&_Scheduler.Ready_queues.priority[FP1_PRIORITY]); /* do not force context switch */ @@ -309,7 +309,7 @@ rtems_task Floating_point_task_1( _Thread_Executing = (Thread_Control *) - _Chain_First(&_Scheduler.ready_queues.Priority[FP2_PRIORITY]); + _Chain_First(&_Scheduler.Ready_queues.priority[FP2_PRIORITY]); /* do not force context switch */ @@ -333,7 +333,7 @@ rtems_task Floating_point_task_1( _Thread_Executing = (Thread_Control *) - _Chain_First(&_Scheduler.ready_queues.Priority[FP2_PRIORITY]); + _Chain_First(&_Scheduler.Ready_queues.priority[FP2_PRIORITY]); /* do not force context switch */ @@ -363,7 +363,7 @@ rtems_task Floating_point_task_2( _Thread_Executing = (Thread_Control *) - _Chain_First(&_Scheduler.ready_queues.Priority[FP1_PRIORITY]); + _Chain_First(&_Scheduler.Ready_queues.priority[FP1_PRIORITY]); FP_LOAD( 1.0 ); -- cgit v1.2.3