summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smppsxaffinity01/init.c')
-rw-r--r--testsuites/smptests/smppsxaffinity01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smppsxaffinity01/init.c b/testsuites/smptests/smppsxaffinity01/init.c
index 54851490a9..cb9e0b37d9 100644
--- a/testsuites/smptests/smppsxaffinity01/init.c
+++ b/testsuites/smptests/smppsxaffinity01/init.c
@@ -106,7 +106,7 @@ void Validate_attr(void )
rtems_test_assert( priority != -1 );
- cpus = rtems_smp_get_processor_count();
+ cpus = rtems_get_processor_count();
puts(
"Init - Validate pthread_attr_setaffinity_np and "
"pthread_attr_getaffinity_np"