Skip to content

Commit 108447f

Browse files
Sai Prakash Ranjanwilldeacon
authored andcommitted
arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelist
QCOM KRYO{3,4}XX silver/LITTLE CPU cores are based on Cortex-A55 and are SSB safe, hence add them to SSB safelist -> arm64_ssb_cpus[]. Reported-by: Stephen Boyd <[email protected]> Signed-off-by: Sai Prakash Ranjan <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 8dfe804 commit 108447f

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
@@ -460,6 +460,8 @@ static const struct midr_range arm64_ssb_cpus[] = {
460460
MIDR_ALL_VERSIONS(MIDR_CORTEX_A53),
461461
MIDR_ALL_VERSIONS(MIDR_CORTEX_A55),
462462
MIDR_ALL_VERSIONS(MIDR_BRAHMA_B53),
463+
MIDR_ALL_VERSIONS(MIDR_QCOM_KRYO_3XX_SILVER),
464+
MIDR_ALL_VERSIONS(MIDR_QCOM_KRYO_4XX_SILVER),
463465
{},
464466
};
465467

0 commit comments

Comments
 (0)