diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 13:15:44 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 15:08:04 -0400 |
commit | bca7a5a04933700a8bde4ea5798119607a8b0436 (patch) | |
tree | 9d1c2663fa2cd60d434d1603d192bbba3ae3d706 /arch/arm/mach-highbank/hotplug.c | |
parent | 51acdfd1fa38a2bf1003255be9f105c19fbc0176 (diff) |
ARM: cpu hotplug: remove majority of cache flushing from platforms
Remove the majority of cache flushing calls from the individual platform
files. This is now handled by the core code.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-highbank/hotplug.c')
-rw-r--r-- | arch/arm/mach-highbank/hotplug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-highbank/hotplug.c b/arch/arm/mach-highbank/hotplug.c index f30c52843396..35dd42e21685 100644 --- a/arch/arm/mach-highbank/hotplug.c +++ b/arch/arm/mach-highbank/hotplug.c | |||
@@ -15,8 +15,6 @@ | |||
15 | */ | 15 | */ |
16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
17 | 17 | ||
18 | #include <asm/cacheflush.h> | ||
19 | |||
20 | #include "core.h" | 18 | #include "core.h" |
21 | #include "sysregs.h" | 19 | #include "sysregs.h" |
22 | 20 | ||
@@ -28,8 +26,6 @@ extern void secondary_startup(void); | |||
28 | */ | 26 | */ |
29 | void __ref highbank_cpu_die(unsigned int cpu) | 27 | void __ref highbank_cpu_die(unsigned int cpu) |
30 | { | 28 | { |
31 | flush_cache_all(); | ||
32 | |||
33 | highbank_set_cpu_jump(cpu, phys_to_virt(0)); | 29 | highbank_set_cpu_jump(cpu, phys_to_virt(0)); |
34 | highbank_set_core_pwr(); | 30 | highbank_set_core_pwr(); |
35 | 31 | ||