From a00dff42cfdf201abe15829baeeb2b6341a0426b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Dec 2019 06:37:01 +0100 Subject: rtems: Add and use rtems_object_get_local_node() Update #3841. --- testsuites/mptests/mp06/initimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/mptests/mp06/initimpl.h') diff --git a/testsuites/mptests/mp06/initimpl.h b/testsuites/mptests/mp06/initimpl.h index 5598d328b0..1155e49f46 100644 --- a/testsuites/mptests/mp06/initimpl.h +++ b/testsuites/mptests/mp06/initimpl.h @@ -34,7 +34,7 @@ rtems_task Init( printf( "\n\n*** TEST 6 -- NODE %" PRId32 " ***\n", - Multiprocessing_configuration.node + rtems_object_get_local_node() ); Task_name[ 1 ] = rtems_build_name( '1', '1', '1', ' ' ); @@ -42,7 +42,7 @@ rtems_task Init( puts( "Creating Test_task (Global)" ); status = rtems_task_create( - Task_name[Multiprocessing_configuration.node], + Task_name[rtems_object_get_local_node()], 1, RTEMS_MINIMUM_STACK_SIZE, RTEMS_DEFAULT_MODES, -- cgit v1.2.3