diff options
Diffstat (limited to 'arch/arm/mach-spear/hotplug.c')
| -rw-r--r-- | arch/arm/mach-spear/hotplug.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-spear/hotplug.c b/arch/arm/mach-spear/hotplug.c index a7d2dd11a4f..d97749c642c 100644 --- a/arch/arm/mach-spear/hotplug.c +++ b/arch/arm/mach-spear/hotplug.c @@ -13,7 +13,6 @@  #include <linux/kernel.h>  #include <linux/errno.h>  #include <linux/smp.h> -#include <asm/cacheflush.h>  #include <asm/cp15.h>  #include <asm/smp_plat.h> @@ -21,7 +20,6 @@ static inline void cpu_enter_lowpower(void)  {  	unsigned int v; -	flush_cache_all();  	asm volatile(  	"	mcr	p15, 0, %1, c7, c5, 0\n"  	"	dsb\n"  |