aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKefeng Wang <kefeng.wang@linaro.org>2014-03-17 18:37:31 +0800
committerHaojian Zhuang <haojian.zhuang@linaro.org>2014-06-30 14:59:12 +0800
commitb64e08fae3edaf413dd5d935395e7c913b006107 (patch)
treebc7d4aff6183a60193a4fb638f11908fe3d20d4f
parent410c907bee09e9383c345aa666a2844a46e50cc2 (diff)
ARM: hisi: enable erratum 798181 of A15 on HiP04
The commit 93dc688 (ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB operations)) introduced a workaround for Cortex-A15 erratum 798181. Enable it for HIP04(Cortex-a15 r3p2). Signed-off-by: Kefeng Wang <kefeng.wang@linaro.org> Singed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
-rw-r--r--arch/arm/mach-hisi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig
index a458f2880340..8d92e9929517 100644
--- a/arch/arm/mach-hisi/Kconfig
+++ b/arch/arm/mach-hisi/Kconfig
@@ -21,6 +21,7 @@ config ARCH_HI3xxx
config ARCH_HIP04
bool "Hisilicon HiP04 Cortex A15 family" if ARCH_MULTI_V7
+ select ARM_ERRATA_798181 if SMP
select HAVE_ARM_ARCH_TIMER
select MCPM if SMP
select MCPM_QUAD_CLUSTER if SMP