From 0b77197baf9a22625f91112cf009c9209f4279e8 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 14 Apr 2016 14:18:07 +0100 Subject: Add support for Cortex-A57 erratum 829520 workaround Change-Id: Ia2ce8aa752efb090cfc734c1895c8f2539e82439 --- include/lib/cpus/aarch64/cortex_a57.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lib') 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. -- cgit