ARM: restart: only perform setup for restart when soft-restarting
[pandora-kernel.git] / arch / arm / mach-pnx4008 / include / mach / system.h
index 5dda2bb..5d6384a 100644 (file)
@@ -32,7 +32,7 @@ static void arch_idle(void)
 
 static inline void arch_reset(char mode, const char *cmd)
 {
-       cpu_reset(0);
+       soft_restart(0);
 }
 
 #endif