diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2016-04-14 14:18:07 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2016-04-21 12:59:59 +0100 |
commit | 0b77197baf9a22625f91112cf009c9209f4279e8 (patch) | |
tree | 5cfd8b9ca56e339523439f2a07497637d77c480e /include/lib | |
parent | a8b1c769361c63a69fd73afe37bb4799446ec045 (diff) |
Add support for Cortex-A57 erratum 829520 workaround
Change-Id: Ia2ce8aa752efb090cfc734c1895c8f2539e82439
Diffstat (limited to 'include/lib')
-rw-r--r-- | include/lib/cpus/aarch64/cortex_a57.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/cpus/aarch64/cortex_a57.h b/include/lib/cpus/aarch64/cortex_a57.h index 68d0821c..95c1f56c 100644 --- a/include/lib/cpus/aarch64/cortex_a57.h +++ b/include/lib/cpus/aarch64/cortex_a57.h @@ -67,6 +67,7 @@ #define CPUACTLR_DCC_AS_DCCI (1 << 44) #define CPUACTLR_DIS_STREAMING (3 << 27) #define CPUACTLR_DIS_L1_STREAMING (3 << 25) +#define CPUACTLR_DIS_INDIRECT_PREDICTOR (1 << 4) /******************************************************************************* * L2 Control register specific definitions. |