Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-shmobile / smp-sh73a0.c
index bf79626ee5a487624c567d5ec0c88f199f400aaa..496592b6c763979484b58e43212cb55c4dbfdbcc 100644 (file)
@@ -104,14 +104,6 @@ static int sh73a0_cpu_kill(unsigned int cpu)
 
 static void sh73a0_cpu_die(unsigned int cpu)
 {
-       /*
-        * The ARM MPcore does not issue a cache coherency request for the L1
-        * cache when powering off single CPUs. We must take care of this and
-        * further caches.
-        */
-       dsb();
-       flush_cache_all();
-
        /* Set power off mode. This takes the CPU out of the MP cluster */
        scu_power_mode(shmobile_scu_base, SCU_PM_POWEROFF);