Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22924
b: refs/heads/master
c: 8b0d551
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Feb 16, 2006
1 parent 595e8de commit ef9d82a
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: 774fee58c465ea1c7e9775e347ec307bcf2deeb3
refs/heads/master: 8b0d5514a96daab7825f481d8cd5e88a0376d659
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void mpc83xx_restart(char *cmd)
out_be32(reg + (RST_PROT_REG >> 2), 0x52535445);

/* set software hard reset */
out_be32(reg + (RST_CTRL_REG >> 2), 0x52535445);
out_be32(reg + (RST_CTRL_REG >> 2), 0x2);
for (;;) ;
}

Expand Down

0 comments on commit ef9d82a

Please sign in to comment.