From: Eric Dumazet Date: Wed, 21 Sep 2005 16:55:43 +0000 (-0700) Subject: [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7980cbbb30bf044e6f40912a3f6456204ddfc27e;p=deliverable%2Flinux.git [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h Signed-off-by: Eric Dumazet Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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