Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44749
b: refs/heads/master
c: f1fa16e
h: refs/heads/master
i:
  44747: 086abff
v: v3
  • Loading branch information
Arnd Bergmann authored and Arnd Bergmann committed Dec 19, 2006
1 parent 1404198 commit 12d8bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed8ed9ac06604513edd6be6b1c81b6270296b7fc
refs/heads/master: f1fa16e8816a2285ed77070ce60a6858fb7913cc
2 changes: 2 additions & 0 deletions trunk/include/asm-powerpc/spu.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ struct spu_syscall_block {
extern long spu_sys_callback(struct spu_syscall_block *s);

/* syscalls implemented in spufs */
struct file;
extern struct spufs_calls {
asmlinkage long (*create_thread)(const char __user *name,
unsigned int flags, mode_t mode);
Expand Down Expand Up @@ -232,6 +233,7 @@ void spu_remove_sysdev_attr_group(struct attribute_group *attrs);
* to object-id spufs file from user space and the notifer
* function can assume that spu->ctx is valid.
*/
struct notifier_block;
int spu_switch_event_register(struct notifier_block * n);
int spu_switch_event_unregister(struct notifier_block * n);

Expand Down

0 comments on commit 12d8bdc

Please sign in to comment.