]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-imx/hotplug.c
Merge remote-tracking branch 'pwm/for-next'
[karo-tx-linux.git] / arch / arm / mach-imx / hotplug.c
index 3daf1ed90579a74a97f4d25f4292d8d09e50a1f5..b35e99cc5e5b4f20ae32b7968ad2698941591d98 100644 (file)
@@ -52,7 +52,9 @@ void imx_cpu_die(unsigned int cpu)
         * the register being cleared to kill the cpu.
         */
        imx_set_cpu_arg(cpu, ~0);
-       cpu_do_idle();
+
+       while (1)
+               cpu_do_idle();
 }
 
 int imx_cpu_kill(unsigned int cpu)