[PATCH] fix voyager compile after machine_emergency_restart breakage

[PATCH] i386: Implement machine_emergency_reboot

introduced this new function into arch/i386/reboot.c. However,
subarchitectures are entitled to implement their own copies of reboot.c
from which this new function is now missing.

It looks like visws will also need a similar fixup

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by James Bottomley and committed by Linus Torvalds e6cb9941 f9abb020

+7
+7
arch/i386/mach-voyager/voyager_basic.c
··· 279 } 280 281 void 282 mca_nmi_hook(void) 283 { 284 __u8 dumpval __attribute__((unused)) = inb(0xf823);
··· 279 } 280 281 void 282 + machine_emergency_restart(void) 283 + { 284 + /*for now, just hook this to a warm restart */ 285 + machine_restart(NULL); 286 + } 287 + 288 + void 289 mca_nmi_hook(void) 290 { 291 __u8 dumpval __attribute__((unused)) = inb(0xf823);