diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 18:15:44 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 20:08:04 +0100 |
commit | bca7a5a04933700a8bde4ea5798119607a8b0436 (patch) | |
tree | 9d1c2663fa2cd60d434d1603d192bbba3ae3d706 /arch/arm/mach-msm | |
parent | 51acdfd1fa38a2bf1003255be9f105c19fbc0176 (diff) | |
download | blackbird-obmc-linux-bca7a5a04933700a8bde4ea5798119607a8b0436.tar.gz blackbird-obmc-linux-bca7a5a04933700a8bde4ea5798119607a8b0436.zip |
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-msm')
-rw-r--r-- | arch/arm/mach-msm/hotplug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-msm/hotplug.c b/arch/arm/mach-msm/hotplug.c index 750446feb444..326a87261f9a 100644 --- a/arch/arm/mach-msm/hotplug.c +++ b/arch/arm/mach-msm/hotplug.c @@ -10,16 +10,12 @@ #include <linux/errno.h> #include <linux/smp.h> -#include <asm/cacheflush.h> #include <asm/smp_plat.h> #include "common.h" static inline void cpu_enter_lowpower(void) { - /* Just flush the cache. Changing the coherency is not yet - * available on msm. */ - flush_cache_all(); } static inline void cpu_leave_lowpower(void) |