summaryrefslogtreecommitdiff
path: root/testsuites/smptests/smp08/tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp08/tasks.c')
-rw-r--r--testsuites/smptests/smp08/tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smp08/tasks.c b/testsuites/smptests/smp08/tasks.c
index d9ddb327ee..deda4bfe63 100644
--- a/testsuites/smptests/smp08/tasks.c
+++ b/testsuites/smptests/smp08/tasks.c
@@ -34,7 +34,7 @@ rtems_task Test_task(
for ( ; ; ) {
/* Get the CPU Number */
- cpu_num = rtems_smp_get_current_processor();
+ cpu_num = rtems_get_current_processor();
status = rtems_clock_get_tod( &time );
if ( time.second >= 35 ) {