summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-08-19 21:36:12 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-08-30 19:34:42 -0700
commit022d870691ba8289a220f68180be4f53294d4a6d (patch)
tree3c8b2b478689312339c3bb99d556324a4eae46b0 /arch/arm/mach-highbank
parentb684aaa82c8a7faab7063d62728173130b61605e (diff)
Revert "ARM: cpu hotplug: remove majority of cache flushing from platforms"
This reverts commit bca7a5a04933700a8bde4ea5798119607a8b0436. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-highbank')
-rw-r--r--arch/arm/mach-highbank/hotplug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/hotplug.c b/arch/arm/mach-highbank/hotplug.c
index a019e4e86e51..7454fc63f127 100644
--- a/arch/arm/mach-highbank/hotplug.c
+++ b/arch/arm/mach-highbank/hotplug.c
@@ -16,6 +16,8 @@
#include <linux/kernel.h>
#include <asm/cacheflush.h>
+#include <asm/cacheflush.h>
+
#include "core.h"
#include "sysregs.h"
@@ -27,6 +29,8 @@ extern void secondary_startup(void);
*/
void __ref highbank_cpu_die(unsigned int cpu)
{
+ flush_cache_all();
+
highbank_set_cpu_jump(cpu, phys_to_virt(0));
flush_cache_louis();