diff options
Diffstat (limited to 'arch/arm64/kernel/cpu-reset.S')
| -rw-r--r-- | arch/arm64/kernel/cpu-reset.S | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/cpu-reset.S b/arch/arm64/kernel/cpu-reset.S index 65f42d257414..2a752cb2a0f3 100644 --- a/arch/arm64/kernel/cpu-reset.S +++ b/arch/arm64/kernel/cpu-reset.S @@ -37,6 +37,7 @@ ENTRY(__cpu_soft_restart)  	mrs	x12, sctlr_el1  	ldr	x13, =SCTLR_ELx_FLAGS  	bic	x12, x12, x13 +	pre_disable_mmu_workaround  	msr	sctlr_el1, x12  	isb  | 

