From f0e32abb746fd4926fe0c3dab0e70f3d1505a588 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 6 Jun 2013 14:36:40 +0100 Subject: [PATCH] ARM: vexpress: Select CONFIG_ARM_ERRATA_643719 The CA9X4 CoreTile suffers from this errata and as a consequence has reboot and shutdown crashes since the cpu hotplug changes introduced in Linux 3.10. (Commit bca7a5a04933 "ARM: cpu hotplug: remove majority of cache flushing from platforms") Signed-off-by: Jon Medhurst --- arch/arm/mach-vexpress/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 5907e10c37fd..fe637e90cdb0 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -56,5 +56,6 @@ config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA config ARCH_VEXPRESS_CA9X4 bool "Versatile Express Cortex-A9x4 tile" + select ARM_ERRATA_643719 endmenu -- 2.34.1