diff options
Diffstat (limited to 'include/asm-powerpc/spu.h')
-rw-r--r-- | include/asm-powerpc/spu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index 90aadf5bed2..543c83c2dc6 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -283,6 +283,8 @@ void spu_remove_sysdev_attr(struct sysdev_attribute *attr); | |||
283 | int spu_add_sysdev_attr_group(struct attribute_group *attrs); | 283 | int spu_add_sysdev_attr_group(struct attribute_group *attrs); |
284 | void spu_remove_sysdev_attr_group(struct attribute_group *attrs); | 284 | void spu_remove_sysdev_attr_group(struct attribute_group *attrs); |
285 | 285 | ||
286 | int spu_handle_mm_fault(struct mm_struct *mm, unsigned long ea, | ||
287 | unsigned long dsisr, unsigned *flt); | ||
286 | 288 | ||
287 | /* | 289 | /* |
288 | * Notifier blocks: | 290 | * Notifier blocks: |