summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp06/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp06/init.c')
-rw-r--r--testsuites/smptests/smp06/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smp06/init.c b/testsuites/smptests/smp06/init.c
index f524b1f68b..170479b15d 100644
--- a/testsuites/smptests/smp06/init.c
+++ b/testsuites/smptests/smp06/init.c
@@ -54,7 +54,7 @@ rtems_task Init(
status = rtems_clock_tick();
directive_failed( status, "clock tick" );
- rtems_test_assert( rtems_smp_get_number_of_processors() > 1 );
+ rtems_test_assert( rtems_smp_get_processor_count() > 1 );
cpu_num = bsp_smp_processor_id();