diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-03-20 12:25:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 12:25:08 +0000 |
commit | 6db7190b2c0b1e7f8559e4a7d4f4d904913e3709 (patch) | |
tree | 8c048546225d0bfa7a48f77dd61f4ea5f9b6f7dc /include/lib | |
parent | 3944adca5943a050ca7e7e9cc802a9ae04dec186 (diff) | |
parent | baac5dd4cf4a5dbaf692583c47d3439054cbbd5d (diff) |
Merge pull request #857 from Andre-ARM/a53-855873
ARM Cortex-A53 erratum 855873 workaround
Diffstat (limited to 'include/lib')
-rw-r--r-- | include/lib/cpus/aarch64/cortex_a53.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/cpus/aarch64/cortex_a53.h b/include/lib/cpus/aarch64/cortex_a53.h index 6976b809..484eb63c 100644 --- a/include/lib/cpus/aarch64/cortex_a53.h +++ b/include/lib/cpus/aarch64/cortex_a53.h @@ -67,6 +67,7 @@ #define CPUACTLR_EL1 S3_1_C15_C2_0 /* Instruction def. */ #define CPUACTLR_DTAH (1 << 24) +#define CPUACTLR_ENDCCASCI (1 << 44) /******************************************************************************* * L2 Auxiliary Control register specific definitions. |