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

Commit db95e7f7 authored by Vinayak Menon's avatar Vinayak Menon
Browse files

arm64: errata: dissociate errata 1009 and 1286807



Dissociate QCOM_FALKOR_ERRATUM_1009 and ARM64_ERRATUM_1286807,
which enables the same workaround. This enables separate
disablement.

Change-Id: I7eed515467c687798c6585c50a171752ed23d1ab
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent b8cd1590
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ const struct arm64_cpu_capabilities arm64_errata[] = {
		.matches = is_kryo_midr,
	},
#endif
#ifdef CONFIG_ARM64_WORKAROUND_REPEAT_TLBI
#ifdef CONFIG_QCOM_FALKOR_ERRATUM_1009
	{
		.desc = "Qualcomm Technologies Falkor erratum 1009",
		.capability = ARM64_WORKAROUND_REPEAT_TLBI,
@@ -522,6 +522,8 @@ const struct arm64_cpu_capabilities arm64_errata[] = {
			   MIDR_CPU_VAR_REV(0, 0),
			   MIDR_CPU_VAR_REV(0, 0)),
	},
#endif
#ifdef CONFIG_ARM64_ERRATUM_1286807
	{
	/* Cortex-A76 r0p0 to r3p0 */
		.desc = "ARM erratum 1286807",