mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
rk: disable disable_nonboot_cpus when kernel restart
work around rk3188 cpu down bug temporarily.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user