
16 Apr
2018
16 Apr
'18
6:17 p.m.
On 04/16/2018 02:15 AM, Patrick Delaunay wrote:
Replace the psci_save_target_pc call by the new function psci_save(cpu, pc,context_id)
So this function doesn't actually exist since it's added in a different patch series that isn't mentioned as a dependency. Luckily I managed to find it in the list archives I have, and assuming the dependency is applied first,
Reviewed-by: Stephen Warren swarren@nvidia.com
diff --git a/arch/arm/mach-tegra/psci.S b/arch/arm/mach-tegra/psci.S
@@ -90,7 +90,8 @@ ENTRY(psci_cpu_on) mov r4, r1 mov r0, r1 mov r1, r2
- bl psci_save_target_pc @ store target PC
- mov r2, r3
- bl psci_save @ store target PC and context id mov r1, r4