]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: zynqmp: Fix lockstep mode cpu release functionality
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Thu, 8 Jun 2023 03:21:52 +0000 (08:51 +0530)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Jun 2023 11:25:02 +0000 (13:25 +0200)
commita30ac34ca8967cb318d4a435258dea78242d9d45
tree2349707627f12d22332bb6f4a187de8c37b4e7dc
parent2eed42c2f18c739303b098370019e366aeb64ae6
arm64: zynqmp: Fix lockstep mode cpu release functionality

For lockstep mode, cpu_release function is expecting to execute
on R5 core 0, if there is attempt to pass other than R5 core 0,
through an error saying "Lockstep mode should run on R5 core 0 only".

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20230608032152.980-3-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/mach-zynqmp/mp.c