summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smppsxaffinity02/init.c')
-rw-r--r--testsuites/smptests/smppsxaffinity02/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smppsxaffinity02/init.c b/testsuites/smptests/smppsxaffinity02/init.c
index 7916e60ece..ad98da4ec1 100644
--- a/testsuites/smptests/smppsxaffinity02/init.c
+++ b/testsuites/smptests/smppsxaffinity02/init.c
@@ -121,7 +121,7 @@ void Validate_affinity(void )
rtems_test_assert( !sc );
/* Get the number of processors that we are using. */
- cpu_count = rtems_smp_get_processor_count();
+ cpu_count = rtems_get_processor_count();
/* Fill the remaining cpus with med priority tasks */
puts( "Init - Create Medium priority tasks");