Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26201
b: refs/heads/master
c: 912d35f
h: refs/heads/master
i:
  26199: 75360c6
v: v3
  • Loading branch information
Jens Axboe committed Apr 26, 2006
1 parent 342a1a0 commit e6330e8
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 44 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 016b661e2f717168e600f3c85f29e1a49f88e004
refs/heads/master: 912d35f86781e64d73be1ef358f703c08905ac37
1 change: 1 addition & 0 deletions trunk/arch/ia64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1610,5 +1610,6 @@ sys_call_table:
data8 sys_get_robust_list
data8 sys_sync_file_range // 1300
data8 sys_tee
data8 sys_vmsplice

.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
1 change: 1 addition & 0 deletions trunk/arch/powerpc/kernel/systbl.S
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ COMPAT_SYS(ppoll)
SYSCALL(unshare)
SYSCALL(splice)
SYSCALL(tee)
SYSCALL(vmsplice)

/*
* please add new calls to arch/powerpc/platforms/cell/spu_callbacks.c
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/cell/spu_callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ void *spu_syscall_table[] = {
[__NR_unshare] sys_unshare,
[__NR_splice] sys_splice,
[__NR_tee] sys_tee,
[__NR_vmsplice] sys_vmsplice,
};

long spu_sys_callback(struct spu_syscall_block *s)
Expand Down
Loading

0 comments on commit e6330e8

Please sign in to comment.