diff options
Diffstat (limited to 'include/asm-powerpc/spu.h')
-rw-r--r-- | include/asm-powerpc/spu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index b1accce77bb5..844c7cdd6b84 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -104,6 +104,7 @@ | |||
104 | 104 | ||
105 | struct spu_context; | 105 | struct spu_context; |
106 | struct spu_runqueue; | 106 | struct spu_runqueue; |
107 | struct spu_lscsa; | ||
107 | struct device_node; | 108 | struct device_node; |
108 | 109 | ||
109 | enum spu_utilization_state { | 110 | enum spu_utilization_state { |
@@ -200,6 +201,9 @@ int spu_irq_class_0_bottom(struct spu *spu); | |||
200 | int spu_irq_class_1_bottom(struct spu *spu); | 201 | int spu_irq_class_1_bottom(struct spu *spu); |
201 | void spu_irq_setaffinity(struct spu *spu, int cpu); | 202 | void spu_irq_setaffinity(struct spu *spu, int cpu); |
202 | 203 | ||
204 | void spu_setup_kernel_slbs(struct spu *spu, | ||
205 | struct spu_lscsa *lscsa, void *code); | ||
206 | |||
203 | #ifdef CONFIG_KEXEC | 207 | #ifdef CONFIG_KEXEC |
204 | void crash_register_spus(struct list_head *list); | 208 | void crash_register_spus(struct list_head *list); |
205 | #else | 209 | #else |