diff options
author | Christoph Hellwig <hch@lst.de> | 2007-02-13 15:54:22 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@klappe.arndb.de> | 2007-02-13 15:55:40 -0500 |
commit | 8389998ae9ea2888c86c446f7911ddced50052a1 (patch) | |
tree | db92e84e16513497344b9bd42b151934cfd881c3 /arch/powerpc/platforms/cell/spufs/spufs.h | |
parent | 6a0641e51011def4e308fd07387047f5ee50647f (diff) |
[POWERPC] spufs: move prio to spu_context
It doesn't make any sense to have a priority field in the physical spu
structure. Move it into the spu context instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/spufs.h')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/spufs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h b/arch/powerpc/platforms/cell/spufs/spufs.h index fa07ec2e2c1..b500e94188b 100644 --- a/arch/powerpc/platforms/cell/spufs/spufs.h +++ b/arch/powerpc/platforms/cell/spufs/spufs.h | |||
@@ -74,6 +74,9 @@ struct spu_context { | |||
74 | 74 | ||
75 | struct list_head gang_list; | 75 | struct list_head gang_list; |
76 | struct spu_gang *gang; | 76 | struct spu_gang *gang; |
77 | |||
78 | /* scheduler fields */ | ||
79 | int prio; | ||
77 | }; | 80 | }; |
78 | 81 | ||
79 | struct spu_gang { | 82 | struct spu_gang { |