From: Jon Medhurst Date: Thu, 6 Jun 2013 13:36:40 +0000 (+0100) Subject: ARM: vexpress: Select CONFIG_ARM_ERRATA_643719 X-Git-Tag: firefly_0821_release~3680^2~236^2^2~9^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f0e32abb746fd4926fe0c3dab0e70f3d1505a588;p=firefly-linux-kernel-4.4.55.git 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 --- 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