diff options
Diffstat (limited to 'include/asm-powerpc/spu.h')
-rw-r--r-- | include/asm-powerpc/spu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index 3308ed4933e0..314aad357d98 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -201,8 +201,8 @@ int spu_irq_class_0_bottom(struct spu *spu); | |||
201 | int spu_irq_class_1_bottom(struct spu *spu); | 201 | int spu_irq_class_1_bottom(struct spu *spu); |
202 | void spu_irq_setaffinity(struct spu *spu, int cpu); | 202 | void spu_irq_setaffinity(struct spu *spu, int cpu); |
203 | 203 | ||
204 | void spu_setup_kernel_slbs(struct spu *spu, | 204 | void spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, |
205 | struct spu_lscsa *lscsa, void *code); | 205 | void *code, int code_size); |
206 | 206 | ||
207 | #ifdef CONFIG_KEXEC | 207 | #ifdef CONFIG_KEXEC |
208 | void crash_register_spus(struct list_head *list); | 208 | void crash_register_spus(struct list_head *list); |