fix: renaming went wrong
Fixing the name of function:
- From: ffa_cpu_cycles_init_schedule_mode_ffa_runeld_prepare
- To: ffa_cpu_cycles_init_schedule_mode_ffa_run
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I95301dd351a818623d0778253c26ac08868e6054
diff --git a/src/api.c b/src/api.c
index 47df0ab..d4f5993 100644
--- a/src/api.c
+++ b/src/api.c
@@ -1385,8 +1385,8 @@
goto out;
}
- ffa_cpu_cycles_init_schedule_mode_ffa_runeld_prepare(current_locked,
- vcpu_next_locked);
+ ffa_cpu_cycles_init_schedule_mode_ffa_run(current_locked,
+ vcpu_next_locked);
timer_migrate_to_other_cpu(current_locked.vcpu->cpu, vcpu_next_locked);
vcpu->cpu = current_locked.vcpu->cpu;