提交 ad247473 编写于 作者: A Andrey Smirnov 提交者: Scott Wood

powerpc: Call chained reset handlers during reset

Call out to all restart handlers that were added via
register_restart_handler() API when restarting the machine.
Signed-off-by: NAndrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: NScott Wood <oss@buserror.net>
上级 d0d738a4
......@@ -146,6 +146,10 @@ void machine_restart(char *cmd)
ppc_md.restart(cmd);
smp_send_stop();
do_kernel_restart(cmd);
mdelay(1000);
machine_hang();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册