diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-28 21:37:46 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-28 21:37:46 +0300 |
| commit | 1842c7f260dd24dad2dd8eded80904d7a6c5525f (patch) | |
| tree | aff68702c9477c21b26284346ba98feebc91d849 /include | |
| parent | 29a09a7b138b1708de3d98a92fddcc18268084aa (diff) | |
| parent | ec5d2dfe72cf4808ae4ecee03454a4d91dfcbe0c (diff) | |
| download | linux-1842c7f260dd24dad2dd8eded80904d7a6c5525f.tar.xz | |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
[POWERPC] PS3: Fix printing of os-area magic numbers
[POWERPC] Oprofile: Remove dependency on spufs module
Diffstat (limited to 'include')
| -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..34b7807f068b 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h @@ -246,6 +246,7 @@ struct spufs_calls { __u32 __user *ustatus); int (*coredump_extra_notes_size)(void); int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset); + void (*notify_spus_active)(void); struct module *owner; }; @@ -298,6 +299,9 @@ struct notifier_block; int spu_switch_event_register(struct notifier_block * n); int spu_switch_event_unregister(struct notifier_block * n); +extern void notify_spus_active(void); +extern void do_notify_spus_active(void); + /* * This defines the Local Store, Problem Area and Privlege Area of an SPU. */ |
