Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67345
b: refs/heads/master
c: 9a5080f
h: refs/heads/master
i:
  67343: c20fe44
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Sep 19, 2007
1 parent 0ee8a72 commit 7ba80d6
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: f9b7bbe7a803c6f10e7b3a354c5d97f632060320
refs/heads/master: 9a5080f11d67972d7972d824f1b1827fafbce126
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/cell/spufs/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ static int spufs_arch_notes_size(void)

fd = 0;
while ((ctx = coredump_next_context(&fd)) != NULL) {
spu_acquire_saved(ctx);
rc = spufs_ctx_note_size(ctx, fd);
spu_release_saved(ctx);
if (rc < 0)
break;

Expand Down

0 comments on commit 7ba80d6

Please sign in to comment.