diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-01-12 17:47:08 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-01-12 17:47:08 -0500 |
| commit | 94bc2be31a01a3055ec94176e595dfe208e92d3b (patch) | |
| tree | ebfbe81c6718a6390bfa1b99c6d228237d818576 /include/linux/syscalls.h | |
| parent | c32a0b689cb9cc160cfcd19735bbf50bb70c6ef4 (diff) | |
| parent | 58cba4650a7a414eabd2b40cc9d8e45fcdf192d9 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'include/linux/syscalls.h')
| -rw-r--r-- | include/linux/syscalls.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index c7007b1db91d..3eed47347013 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
| @@ -511,5 +511,12 @@ asmlinkage long sys_ioprio_set(int which, int who, int ioprio); | |||
| 511 | asmlinkage long sys_ioprio_get(int which, int who); | 511 | asmlinkage long sys_ioprio_get(int which, int who); |
| 512 | asmlinkage long sys_set_mempolicy(int mode, unsigned long __user *nmask, | 512 | asmlinkage long sys_set_mempolicy(int mode, unsigned long __user *nmask, |
| 513 | unsigned long maxnode); | 513 | unsigned long maxnode); |
| 514 | asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode, | ||
| 515 | const unsigned long __user *from, const unsigned long __user *to); | ||
| 516 | |||
| 517 | asmlinkage long sys_spu_run(int fd, __u32 __user *unpc, | ||
| 518 | __u32 __user *ustatus); | ||
| 519 | asmlinkage long sys_spu_create(const char __user *name, | ||
| 520 | unsigned int flags, mode_t mode); | ||
| 514 | 521 | ||
| 515 | #endif | 522 | #endif |
