aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/proc.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/mm/proc.S')
-rw-r--r--arch/arm64/mm/proc.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S
index 720aa0b3bee..f1d8b9bbfda 100644
--- a/arch/arm64/mm/proc.S
+++ b/arch/arm64/mm/proc.S
@@ -108,17 +108,6 @@ cpu_name:
* value of the SCTLR_EL1 register.
*/
ENTRY(__cpu_setup)
-#ifdef CONFIG_SMP
- /* TODO: only do this for certain CPUs */
- /*
- * Enable SMP/nAMP mode.
- */
- mrs x0, actlr_el1
- tbnz x0, #6, 1f // already enabled?
- orr x0, x0, #1 << 6
- msr actlr_el1, x0
-1:
-#endif
/*
* Preserve the link register across the function call.
*/