Skip to content

Commit 38328d4

Browse files
Konrad Dybciowilldeacon
authored andcommitted
arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-list
KRYO2XX silver (LITTLE) CPUs are based on Cortex-A53 and they are not affected by spectre-v2. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20201104232218.198800-4-konrad.dybcio@somainline.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent e3dd11a commit 38328d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/kernel/proton-pack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static enum mitigation_state spectre_v2_get_cpu_hw_mitigation_state(void)
118118
MIDR_ALL_VERSIONS(MIDR_CORTEX_A55),
119119
MIDR_ALL_VERSIONS(MIDR_BRAHMA_B53),
120120
MIDR_ALL_VERSIONS(MIDR_HISI_TSV110),
121+
MIDR_ALL_VERSIONS(MIDR_QCOM_KRYO_2XX_SILVER),
121122
MIDR_ALL_VERSIONS(MIDR_QCOM_KRYO_3XX_SILVER),
122123
MIDR_ALL_VERSIONS(MIDR_QCOM_KRYO_4XX_SILVER),
123124
{ /* sentinel */ }

0 commit comments

Comments
 (0)