[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: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
cd5098d254
commit
094528a7fb
1 changed files with 6 additions and 0 deletions
|
@ -251,6 +251,12 @@ kb_wait(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
machine_shutdown(void)
|
||||||
|
{
|
||||||
|
/* Architecture specific shutdown needed before a kexec */
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
machine_restart(char *cmd)
|
machine_restart(char *cmd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue