diff options
Diffstat (limited to 'include/asm-powerpc/spu.h')
-rw-r--r-- | include/asm-powerpc/spu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index f968f8697538..fdad4267b447 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -111,13 +111,11 @@ struct spu { | |||
111 | u8 *local_store; | 111 | u8 *local_store; |
112 | unsigned long problem_phys; | 112 | unsigned long problem_phys; |
113 | struct spu_problem __iomem *problem; | 113 | struct spu_problem __iomem *problem; |
114 | struct spu_priv1 __iomem *priv1; | ||
115 | struct spu_priv2 __iomem *priv2; | 114 | struct spu_priv2 __iomem *priv2; |
116 | struct list_head list; | 115 | struct list_head list; |
117 | struct list_head sched_list; | 116 | struct list_head sched_list; |
118 | struct list_head full_list; | 117 | struct list_head full_list; |
119 | int number; | 118 | int number; |
120 | int nid; | ||
121 | unsigned int irqs[3]; | 119 | unsigned int irqs[3]; |
122 | u32 node; | 120 | u32 node; |
123 | u64 flags; | 121 | u64 flags; |
@@ -144,8 +142,7 @@ struct spu { | |||
144 | char irq_c1[8]; | 142 | char irq_c1[8]; |
145 | char irq_c2[8]; | 143 | char irq_c2[8]; |
146 | 144 | ||
147 | struct device_node *devnode; | 145 | void* pdata; /* platform private data */ |
148 | |||
149 | struct sys_device sysdev; | 146 | struct sys_device sysdev; |
150 | }; | 147 | }; |
151 | 148 | ||