浏览代码

ls102xa: psci: save context id in cpu_on command

Replace the psci_save_target_pc call by the new function
psci_save(cpu, pc,context_id)

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Patrick Delaunay 7 年之前
父节点
当前提交
60599c1c08
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/arm/cpu/armv7/ls102xa/psci.S

+ 2 - 1
arch/arm/cpu/armv7/ls102xa/psci.S

@@ -124,7 +124,8 @@ psci_cpu_on:
 
 	mov	r0, r4
 	mov	r1, r2
-	bl	psci_save_target_pc
+	mov	r2, r3
+	bl	psci_save
 	mov	r1, r4
 
 	@ Get DCFG base address