Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42283
b: refs/heads/master
c: 2a14442
h: refs/heads/master
i:
  42281: 682cbd2
  42279: 12f75ee
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Dec 4, 2006
1 parent 5ec23c4 commit 386f192
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 437a0706837d09d8ab071c6790da07d9d6bb3d22
refs/heads/master: 2a14442bfebfea23d004fa4dfd067a94f5720ed7
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,10 @@ static void stop_spus(void)
__delay(200);

spu_info[i].stopped_ok = 1;
printf("Stopped spu %.2d\n", i);

printf("Stopped spu %.2d (was %s)\n", i,
spu_info[i].saved_spu_runcntl_RW ?
"running" : "stopped");
} else {
catch_memory_errors = 0;
printf("*** Error stopping spu %.2d\n", i);
Expand Down

0 comments on commit 386f192

Please sign in to comment.