rk: disable disable_nonboot_cpus when kernel restart

work around rk3188 cpu down bug temporarily.
This commit is contained in:
黄涛
2013-02-25 14:44:51 +08:00
parent ed9df05d51
commit cbf319ea81

View File

@@ -351,7 +351,9 @@ void kernel_restart(char *cmd)
restart_dbg("%s->%d->cmd=%s",__FUNCTION__,__LINE__,cmd);
kernel_restart_prepare(cmd);
#ifndef CONFIG_PLAT_RK
disable_nonboot_cpus();
#endif
if (!cmd)
printk(KERN_EMERG "Restarting system.\n");
else