arm64: Kconfig: disable ARM64_ERRATUM_1286807 by default

Disable ARM64_ERRATUM_1286807 by default, thus providing
a way to enable the erratum workaround only on required
targets.

Change-Id: I9b4238382bb41dcea63fedfef5ff05b0bcc2b696
Signed-off-by: Vinayak Menon <vinmenon@codeaurora.org>
This commit is contained in:
Vinayak Menon 2019-03-06 12:20:21 +05:30
parent 0e4c92cbe3
commit b485b0d6b7

View File

@ -508,7 +508,7 @@ config ARM64_ERRATUM_1024718
config ARM64_ERRATUM_1286807
bool "Cortex-A76: Modification of the translation table for a virtual address might lead to read-after-read ordering violation"
default y
default n
select ARM64_WORKAROUND_REPEAT_TLBI
help
This option adds workaround for ARM Cortex-A76 erratum 1286807