summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpaffinity01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpaffinity01/init.c')
-rw-r--r--testsuites/smptests/smpaffinity01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smpaffinity01/init.c b/testsuites/smptests/smpaffinity01/init.c
index cc5f32130e..06d5719438 100644
--- a/testsuites/smptests/smpaffinity01/init.c
+++ b/testsuites/smptests/smpaffinity01/init.c
@@ -112,7 +112,7 @@ void Validate_affinity(void )
directive_failed( sc, "Get Affinity of Init Task" );
/* 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");