summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp02/tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp02/tasks.c')
-rw-r--r--testsuites/smptests/smp02/tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/smptests/smp02/tasks.c b/testsuites/smptests/smp02/tasks.c
index 22caf77ac1..ff82d58826 100644
--- a/testsuites/smptests/smp02/tasks.c
+++ b/testsuites/smptests/smp02/tasks.c
@@ -34,7 +34,7 @@ rtems_task Test_task(
uint32_t cpu_num;
rtems_status_code sc;
- cpu_num = rtems_get_current_processor();
+ cpu_num = rtems_scheduler_get_processor();
do {