提交 094528a7 编写于 作者: E Eric W. Biederman 提交者: Linus Torvalds

[PATCH] i386 voyager: Add machine_shutdown

Here is one more bit of breakage my x86 sub-architecture
confusion caused.

Add machine_shutdown to voyager so it will compile with CONFIG_KEXEC.
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 cd5098d2
......@@ -251,6 +251,12 @@ kb_wait(void)
break;
}
void
machine_shutdown(void)
{
/* Architecture specific shutdown needed before a kexec */
}
void
machine_restart(char *cmd)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册