Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5672
b: refs/heads/master
c: e6cb994
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and Linus Torvalds committed Aug 5, 2005
1 parent 44634c5 commit 292b4b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9abb020405c94edb0717315f1510086b1574a22
refs/heads/master: e6cb99413da42af413c11a394538ddc8b9d201e1
7 changes: 7 additions & 0 deletions trunk/arch/i386/mach-voyager/voyager_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@ machine_restart(char *cmd)
}
}

void
machine_emergency_restart(void)
{
/*for now, just hook this to a warm restart */
machine_restart(NULL);
}

void
mca_nmi_hook(void)
{
Expand Down

0 comments on commit 292b4b5

Please sign in to comment.