mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
0e4c92cbe3
commit
b485b0d6b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user