diff options
| author | 2005-09-23 19:03:21 -0400 | |
|---|---|---|
| committer | 2005-09-23 19:03:21 -0400 | |
| commit | 536f8098026bde1368bbfcbcb9682a7637b73df2 (patch) | |
| tree | cf83d2e1afa503b6aeba103b55cd1da0af4e7a4c /include/linux/syscalls.h | |
| parent | [PATCH] Add NVIDIA device ID in sata_nv (diff) | |
| parent | [PATCH] ppc32: Fix configuration of PCI IO space on MPC85xx platform (diff) | |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'include/linux/syscalls.h')
| -rw-r--r-- | include/linux/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 425f58c8ea4a..a6f03e473737 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -508,5 +508,7 @@ asmlinkage long sys_keyctl(int cmd, unsigned long arg2, unsigned long arg3, asmlinkage long sys_ioprio_set(int which, int who, int ioprio); asmlinkage long sys_ioprio_get(int which, int who); +asmlinkage long sys_set_mempolicy(int mode, unsigned long __user *nmask, + unsigned long maxnode); #endif |
