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 416c82bf72..d759c13165 100644
--- a/testsuites/smptests/smp08/init.c
+++ b/testsuites/smptests/smp08/init.c
@@ -76,7 +76,7 @@ rtems_task Init(
/* Show that the init task is running on this cpu */
PrintTaskInfo( "Init", &time );
- for ( i=1; i <= rtems_smp_get_processor_count() *3; i++ ) {
+ for ( i=1; i <= rtems_get_processor_count() *3; i++ ) {
sprintf(ch, "%02" PRId32, i );
status = rtems_task_create(