Skip to content

Commit bf87bb0

Browse files
Marc Zyngierctmarinas
authored andcommitted
arm64: Allow booting of late CPUs affected by erratum 1418040
As we can now switch from a system that isn't affected by 1418040 to a system that globally is affected, let's allow affected CPUs to come in at a later time. Signed-off-by: Marc Zyngier <[email protected]> Tested-by: Sai Prakash Ranjan <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Reviewed-by: Suzuki K Poulose <[email protected]> Acked-by: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent d49f7d7 commit bf87bb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/kernel/cpu_errata.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,8 @@ const struct arm64_cpu_capabilities arm64_errata[] = {
910910
.desc = "ARM erratum 1418040",
911911
.capability = ARM64_WORKAROUND_1418040,
912912
ERRATA_MIDR_RANGE_LIST(erratum_1418040_list),
913+
.type = (ARM64_CPUCAP_SCOPE_LOCAL_CPU |
914+
ARM64_CPUCAP_PERMITTED_FOR_LATE_CPU),
913915
},
914916
#endif
915917
#ifdef CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT

0 commit comments

Comments
 (0)