Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67383
b: refs/heads/master
c: fb8299e
h: refs/heads/master
i:
  67381: dd558b3
  67379: f5f0154
  67375: 6f7fa28
v: v3
  • Loading branch information
Jeremy Kerr authored and Paul Mackerras committed Sep 22, 2007
1 parent a28ef96 commit 4ebce46
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 408e83a682bbca54c579519098d63f3f5d8856e1
refs/heads/master: fb8299ed31d474248c2028ab8393462841cc9b0b
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spu_manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ static int qs20_reg_memory[QS20_SPES_PER_BE] = { 1, 1, 0, 0, 0, 0, 0, 0 };
static struct spu *spu_lookup_reg(int node, u32 reg)
{
struct spu *spu;
u32 *spu_reg;
const u32 *spu_reg;

list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) {
spu_reg = (u32*)of_get_property(spu_devnode(spu), "reg", NULL);
spu_reg = of_get_property(spu_devnode(spu), "reg", NULL);
if (*spu_reg == reg)
return spu;
}
Expand Down

0 comments on commit 4ebce46

Please sign in to comment.