diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/spu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index dd91ed8563d2..698c4cb08c60 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -129,6 +129,7 @@ struct spu { | |||
129 | struct mm_struct *mm; | 129 | struct mm_struct *mm; |
130 | struct spu_context *ctx; | 130 | struct spu_context *ctx; |
131 | struct spu_runqueue *rq; | 131 | struct spu_runqueue *rq; |
132 | unsigned long long timestamp; | ||
132 | pid_t pid; | 133 | pid_t pid; |
133 | int prio; | 134 | int prio; |
134 | int class_0_pending; | 135 | int class_0_pending; |