From 41bad6aac349b15b3b4375e852bf4b4eb765c3a7 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Wed, 21 Sep 2005 09:55:43 -0700 Subject: [PATCH] --- yaml --- r: 9156 b: refs/heads/master c: 7980cbbb30bf044e6f40912a3f6456204ddfc27e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/syscalls.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3839aafc66ca..870529aaf5e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4b1ac9ab15c1fc1e0b73d887a0c0cafe92991f97 +refs/heads/master: 7980cbbb30bf044e6f40912a3f6456204ddfc27e diff --git a/trunk/include/linux/syscalls.h b/trunk/include/linux/syscalls.h index 425f58c8ea4a..a6f03e473737 100644 --- a/trunk/include/linux/syscalls.h +++ b/trunk/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