]> Git Repo - J-linux.git/commitdiff
arm64: errata: Enable workaround for TRBE overwrite in FILL mode
authorSuzuki K Poulose <[email protected]>
Tue, 19 Oct 2021 16:31:52 +0000 (17:31 +0100)
committerMathieu Poirier <[email protected]>
Wed, 27 Oct 2021 17:46:04 +0000 (11:46 -0600)
With the workaround enabled in TRBE, enable the config entries
to be built without COMPILE_TEST

Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Reviewed-by: Anshuman Khandual <[email protected]>
Acked-by: Will Deacon <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
arch/arm64/Kconfig

index a500af15ebd59db3bd01c40d882d68df95f789bf..d44b4442611ef69bf9124931152ad34133c011d2 100644 (file)
@@ -672,7 +672,6 @@ config ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
 config ARM64_ERRATUM_2119858
        bool "Cortex-A710: 2119858: workaround TRBE overwriting trace data in FILL mode"
        default y
-       depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in
        depends on CORESIGHT_TRBE
        select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
        help
@@ -691,7 +690,6 @@ config ARM64_ERRATUM_2119858
 config ARM64_ERRATUM_2139208
        bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode"
        default y
-       depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in
        depends on CORESIGHT_TRBE
        select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
        help
This page took 0.052151 seconds and 4 git commands to generate.