summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp05/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp05/init.c')
-rw-r--r--testsuites/smptests/smp05/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/smptests/smp05/init.c b/testsuites/smptests/smp05/init.c
index 23669ec7cd..cf7ea3a10a 100644
--- a/testsuites/smptests/smp05/init.c
+++ b/testsuites/smptests/smp05/init.c
@@ -44,11 +44,11 @@ rtems_task Init(
locked_print_initialize();
- if ( rtems_smp_get_processor_count() == 1 ) {
+ if ( rtems_get_processor_count() == 1 ) {
success();
}
- for ( i=0; i<rtems_smp_get_processor_count() ; i++ ) {
+ for ( i=0; i<rtems_get_processor_count() ; i++ ) {
ch = '1' + i;
status = rtems_task_create(