Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77391
b: refs/heads/master
c: a546b0a
h: refs/heads/master
i:
  77389: a21481c
  77387: 1b65db9
  77383: 887e59d
  77375: d050b95
v: v3
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Dec 24, 2007
1 parent 8bba976 commit 74172f3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7cc1c4b2c44d7807f55da6a36f5b2e49977c67b7
refs/heads/master: a546b0ac5988348446e4fd5987df699b4c9b1f2a
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ void bfin_reset(void)
while (1) {
/* initiate system soft reset with magic 0x7 */
bfin_write_SWRST(0x7);
bfin_read_SWRST();
asm("ssync;");
/* clear system soft reset */
bfin_write_SWRST(0);
bfin_read_SWRST();
asm("ssync;");
/* issue core reset */
asm("raise 1");
Expand Down

0 comments on commit 74172f3

Please sign in to comment.