Skip to content
Commit 09024aa6 authored by Geoff Levand's avatar Geoff Levand Committed by Catalin Marinas
Browse files

arm64: Fix the soft_restart routine



Change the soft_restart() routine to call cpu_reset() at its identity mapped
physical address.

The cpu_reset() routine must be called at its identity mapped physical address
so that when the MMU is turned off the instruction pointer will be at the correct
location in physical memory.

Signed-off-by: Geoff Levand <geoff@infradead.org> for Huawei, Linaro
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent ea8c2e11
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment