diff options
Diffstat (limited to 'arch/arm/mach-prima2/hotplug.c')
-rw-r--r-- | arch/arm/mach-prima2/hotplug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-prima2/hotplug.c b/arch/arm/mach-prima2/hotplug.c index f4b17cbababd..0ab2f8bae28e 100644 --- a/arch/arm/mach-prima2/hotplug.c +++ b/arch/arm/mach-prima2/hotplug.c | |||
@@ -10,13 +10,10 @@ | |||
10 | #include <linux/errno.h> | 10 | #include <linux/errno.h> |
11 | #include <linux/smp.h> | 11 | #include <linux/smp.h> |
12 | 12 | ||
13 | #include <asm/cacheflush.h> | ||
14 | #include <asm/smp_plat.h> | 13 | #include <asm/smp_plat.h> |
15 | 14 | ||
16 | static inline void platform_do_lowpower(unsigned int cpu) | 15 | static inline void platform_do_lowpower(unsigned int cpu) |
17 | { | 16 | { |
18 | flush_cache_all(); | ||
19 | |||
20 | /* we put the platform to just WFI */ | 17 | /* we put the platform to just WFI */ |
21 | for (;;) { | 18 | for (;;) { |
22 | __asm__ __volatile__("dsb\n\t" "wfi\n\t" | 19 | __asm__ __volatile__("dsb\n\t" "wfi\n\t" |