Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5052
b: refs/heads/master
c: 970d324
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 26, 2005
1 parent 3098b0c commit de2cc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f82567e55fcd25bb7addf2cfd8b79f36f409dc2e
refs/heads/master: 970d32443e3d0be57a5cdc3de3752f528424b73d
2 changes: 1 addition & 1 deletion trunk/drivers/char/hangcheck-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static void hangcheck_fire(unsigned long data)
}
if (hangcheck_reboot) {
printk(KERN_CRIT "Hangcheck: hangcheck is restarting the machine.\n");
machine_restart(NULL);
emergency_restart();
} else {
printk(KERN_CRIT "Hangcheck: hangcheck value past margin!\n");
}
Expand Down

0 comments on commit de2cc51

Please sign in to comment.