[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>

authored by Eric W. Biederman and committed by Linus Torvalds 094528a7 cd5098d2

+6
+6
arch/i386/mach-voyager/voyager_basic.c
··· 252 252 } 253 253 254 254 void 255 + machine_shutdown(void) 256 + { 257 + /* Architecture specific shutdown needed before a kexec */ 258 + } 259 + 260 + void 255 261 machine_restart(char *cmd) 256 262 { 257 263 printk("Voyager Warm Restart\n");