Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),
	{},
};