Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91572
b: refs/heads/master
c: ada397e
h: refs/heads/master
v: v3
  • Loading branch information
Gerhard Stenzel authored and Jeremy Kerr committed Mar 28, 2008
1 parent c1d1a9b commit 0fb0601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: 36d29edb6dded938bf07f741a0bb0f2a7116e617
refs/heads/master: ada397e93d6002021f5bf4ba060aa4ecd5dea3e5
8 changes: 6 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spufs/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ static struct spu_context *coredump_next_context(int *fd)
if (ctx->flags & SPU_CREATE_NOSCHED)
continue;

/* start searching the next fd next time we're called */
(*fd)++;
break;
}

Expand All @@ -157,6 +155,9 @@ int spufs_coredump_extra_notes_size(void)
break;

size += rc;

/* start searching the next fd next time */
fd++;
}

return size;
Expand Down Expand Up @@ -239,6 +240,9 @@ int spufs_coredump_extra_notes_write(struct file *file, loff_t *foffset)
}

spu_release_saved(ctx);

/* start searching the next fd next time */
fd++;
}

return 0;
Expand Down

0 comments on commit 0fb0601

Please sign in to comment.