diff options
author | Tony Lindgren <tony@atomide.com> | 2013-03-28 14:45:31 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-03-28 14:45:31 -0700 |
commit | c309f7f46167e85d1aae2fd31f23e7d2b5cdfbe0 (patch) | |
tree | 130ae74f0178a73302ea47dfb29403c68875f403 /arch/arm/mach-omap2/omap-hotplug.c | |
parent | cdcbdfb290b7b15315bf92fb5c339d0a8b32debf (diff) | |
parent | fd1c07861491abf5e0e9ca06799bb5c48f99b64d (diff) |
Merge branch 'for_3.10/omap_generic_cleanup_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux into omap-for-v3.10/cleanup-v2
Diffstat (limited to 'arch/arm/mach-omap2/omap-hotplug.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-hotplug.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap-hotplug.c b/arch/arm/mach-omap2/omap-hotplug.c index e712d1725a8..458f72f9dc8 100644 --- a/arch/arm/mach-omap2/omap-hotplug.c +++ b/arch/arm/mach-omap2/omap-hotplug.c @@ -19,11 +19,8 @@ #include <linux/smp.h> #include <linux/io.h> -#include <asm/cacheflush.h> #include "omap-wakeupgen.h" - #include "common.h" - #include "powerdomain.h" /* @@ -35,9 +32,6 @@ void __ref omap4_cpu_die(unsigned int cpu) unsigned int boot_cpu = 0; void __iomem *base = omap_get_wakeupgen_base(); - flush_cache_all(); - dsb(); - /* * we're ready for shutdown now, so do it */ |