diff options
| -rw-r--r-- | arch/i386/mach-voyager/voyager_basic.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/i386/mach-voyager/voyager_basic.c b/arch/i386/mach-voyager/voyager_basic.c index b3eda46e0fe9..62d0d9bf3fc0 100644 --- a/arch/i386/mach-voyager/voyager_basic.c +++ b/arch/i386/mach-voyager/voyager_basic.c | |||
| @@ -279,6 +279,13 @@ machine_restart(char *cmd) | |||
| 279 | } | 279 | } |
| 280 | 280 | ||
| 281 | void | 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 | ||
| 282 | mca_nmi_hook(void) | 289 | mca_nmi_hook(void) |
| 283 | { | 290 | { |
| 284 | __u8 dumpval __attribute__((unused)) = inb(0xf823); | 291 | __u8 dumpval __attribute__((unused)) = inb(0xf823); |
