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 5ca30e2e2639..f07c99ba5d13 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -248,6 +248,7 @@ struct spufs_calls { | |||
248 | __u32 __user *ustatus); | 248 | __u32 __user *ustatus); |
249 | int (*coredump_extra_notes_size)(void); | 249 | int (*coredump_extra_notes_size)(void); |
250 | int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset); | 250 | int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset); |
251 | void (*notify_spus_active)(void); | ||
251 | struct module *owner; | 252 | struct module *owner; |
252 | }; | 253 | }; |
253 | 254 | ||
@@ -302,6 +303,9 @@ struct notifier_block; | |||
302 | int spu_switch_event_register(struct notifier_block * n); | 303 | int spu_switch_event_register(struct notifier_block * n); |
303 | int spu_switch_event_unregister(struct notifier_block * n); | 304 | int spu_switch_event_unregister(struct notifier_block * n); |
304 | 305 | ||
306 | extern void notify_spus_active(void); | ||
307 | extern void do_notify_spus_active(void); | ||
308 | |||
305 | /* | 309 | /* |
306 | * This defines the Local Store, Problem Area and Privilege Area of an SPU. | 310 | * This defines the Local Store, Problem Area and Privilege Area of an SPU. |
307 | */ | 311 | */ |