summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp08/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp08/init.c')
-rw-r--r--testsuites/smptests/smp08/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smp08/init.c b/testsuites/smptests/smp08/init.c
index 8e8de7c052..0c7740b32e 100644
--- a/testsuites/smptests/smp08/init.c
+++ b/testsuites/smptests/smp08/init.c
@@ -73,7 +73,7 @@ rtems_task Init(
/* Show that the init task is running on this cpu */
PrintTaskInfo( "Init", &time );
- for ( i=1; i <= rtems_smp_get_number_of_processors() *3; i++ ) {
+ for ( i=1; i <= rtems_smp_get_processor_count() *3; i++ ) {
sprintf(ch, "%02" PRId32, i );
status = rtems_task_create(