summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp13/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp13/task2.c')
-rw-r--r--testsuites/mptests/mp13/task2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp13/task2.c b/testsuites/mptests/mp13/task2.c
index 30466c5265..0b7b5db71d 100644
--- a/testsuites/mptests/mp13/task2.c
+++ b/testsuites/mptests/mp13/task2.c
@@ -40,7 +40,7 @@ rtems_task Test_task2(
directive_failed( status, "rtems_semaphore_ident" );
- if ( Multiprocessing_configuration.node == 1 ) {
+ if ( rtems_object_get_local_node() == 1 ) {
status = rtems_task_wake_after( rtems_clock_get_ticks_per_second() );
directive_failed( status, "rtems_task_wake_after" );