Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5043
b: refs/heads/master
c: 16dcb4b
h: refs/heads/master
i:
  5041: bc5df4e
  5039: fbb19b1
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 26, 2005
1 parent c935db8 commit c344660
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7c9034735eccbf82608a4602c59aaf6053ea9416
refs/heads/master: 16dcb4bbda579c4e3d80048b755ac124d8fab21a
3 changes: 2 additions & 1 deletion trunk/arch/cris/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
#include <linux/user.h>
#include <linux/elfcore.h>
#include <linux/mqueue.h>
#include <linux/reboot.h>

//#define DEBUG

Expand Down Expand Up @@ -208,7 +209,7 @@ void cpu_idle (void)

void hard_reset_now (void);

void machine_restart(void)
void machine_restart(char *cmd)
{
hard_reset_now();
}
Expand Down

0 comments on commit c344660

Please sign in to comment.