Commit 0583a4ef authored by David Gilhooley's avatar David Gilhooley Committed by Will Deacon

arm64: capabilities: Add NVIDIA Denver CPU to bp_harden list

The NVIDIA Denver CPU also needs a PSCI call to harden the branch
predictor.
Signed-off-by: default avatarDavid Gilhooley <dgilhooley@nvidia.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 1b06bd8d
......@@ -316,6 +316,7 @@ static const struct midr_range arm64_bp_harden_smccc_cpus[] = {
MIDR_ALL_VERSIONS(MIDR_CAVIUM_THUNDERX2),
MIDR_ALL_VERSIONS(MIDR_QCOM_FALKOR_V1),
MIDR_ALL_VERSIONS(MIDR_QCOM_FALKOR),
MIDR_ALL_VERSIONS(MIDR_NVIDIA_DENVER),
{},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment