From: Al Viro Date: Fri, 29 Sep 2006 08:58:35 +0000 (-0700) Subject: [PATCH] sys_getcpu() prototype annotated X-Git-Tag: v2.6.19-rc1~856 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e04da1dfd9041e306cb33d1b40b6005c23c5b325;p=karo-tx-linux.git [PATCH] sys_getcpu() prototype annotated Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 3f0f716225ec..2d1c3d5c83ac 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -597,6 +597,6 @@ asmlinkage long sys_get_robust_list(int pid, size_t __user *len_ptr); asmlinkage long sys_set_robust_list(struct robust_list_head __user *head, size_t len); -asmlinkage long sys_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *cache); +asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache); #endif