Skip to content

Commit a4b92ce

Browse files
brooniectmarinas
authored andcommitted
arm64: Enable Cortex-A510 erratum 2051678 by default
The recently added configuration option for Cortex A510 erratum 2051678 does not have a "default y" unlike other errata fixes. This appears to simply be an oversight since the help text suggests enabling the option if unsure and there's nothing in the commit log to suggest it is intentional. Fixes: 297ae1e ("arm64: cpufeature: List early Cortex-A510 parts as having broken dbm") Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 297ae1e commit a4b92ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ config ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
672672

673673
config ARM64_ERRATUM_2051678
674674
bool "Cortex-A510: 2051678: disable Hardware Update of the page table dirty bit"
675+
default y
675676
help
676677
This options adds the workaround for ARM Cortex-A510 erratum ARM64_ERRATUM_2051678.
677678
Affected Coretex-A510 might not respect the ordering rules for

0 commit comments

Comments
 (0)