diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/spufs.h')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/spufs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h b/arch/powerpc/platforms/cell/spufs/spufs.h index b500e94188b5..7f5a4fc03c00 100644 --- a/arch/powerpc/platforms/cell/spufs/spufs.h +++ b/arch/powerpc/platforms/cell/spufs/spufs.h | |||
@@ -76,6 +76,7 @@ struct spu_context { | |||
76 | struct spu_gang *gang; | 76 | struct spu_gang *gang; |
77 | 77 | ||
78 | /* scheduler fields */ | 78 | /* scheduler fields */ |
79 | struct list_head rq; | ||
79 | int prio; | 80 | int prio; |
80 | }; | 81 | }; |
81 | 82 | ||