diff options
author | Eric Dumazet <dada1@cosmosbay.com> | 2005-09-21 09:55:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-21 10:12:18 -0700 |
commit | 7980cbbb30bf044e6f40912a3f6456204ddfc27e (patch) | |
tree | 8bd1ccb91431f1c81ab5980a5cc8474f1d490136 /include/linux/syscalls.h | |
parent | 4b1ac9ab15c1fc1e0b73d887a0c0cafe92991f97 (diff) | |
download | kernel_samsung_espresso10-7980cbbb30bf044e6f40912a3f6456204ddfc27e.zip kernel_samsung_espresso10-7980cbbb30bf044e6f40912a3f6456204ddfc27e.tar.gz kernel_samsung_espresso10-7980cbbb30bf044e6f40912a3f6456204ddfc27e.tar.bz2 |
[PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 425f58c..a6f03e4 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 |