summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp01/initimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp01/initimpl.h')
-rw-r--r--testsuites/mptests/mp01/initimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp01/initimpl.h b/testsuites/mptests/mp01/initimpl.h
index d5017af643..e9214c09c1 100644
--- a/testsuites/mptests/mp01/initimpl.h
+++ b/testsuites/mptests/mp01/initimpl.h
@@ -36,10 +36,10 @@ rtems_task Init(
printf(
"\n\n*** TEST 1 -- NODE %" PRIu32 " ***\n",
- Multiprocessing_configuration.node
+ rtems_object_get_local_node()
);
- if ( Multiprocessing_configuration.node != 1 ) c = 'S';
+ if ( rtems_object_get_local_node() != 1 ) c = 'S';
else c = 'M';
Task_name[ 1 ] = rtems_build_name( c, 'A', '1', ' ' );