Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62254
b: refs/heads/master
c: 9d92af6
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Arnd Bergmann committed Jul 20, 2007
1 parent 557f258 commit e9fdf46
Show file tree
Hide file tree
Showing 3 changed files with 6 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: aa6d5b20254a21b69092dd839b70ee148303ef25
refs/heads/master: 9d92af621f193c1c889ac8b6fd8c987ccd8aae1f
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/cell/spu_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ static int __init create_spu(void *data)
ktime_get_ts(&ts);
spu->stats.tstamp = timespec_to_ns(&ts);

INIT_LIST_HEAD(&spu->aff_list);

goto out;

out_free_irqs:
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-powerpc/spu.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ struct spu {

struct sys_device sysdev;

int has_mem_affinity;
struct list_head aff_list;

struct {
/* protected by interrupt reentrancy */
enum spu_utilization_state util_state;
Expand Down

0 comments on commit e9fdf46

Please sign in to comment.