The patch titled sys_getcpu() prototype annotated has been removed from the -mm tree. Its filename is sys_getcpu-prototype-annotated.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: sys_getcpu() prototype annotated From: Al Viro <viro@xxxxxxxxxxxxxxxx> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/syscalls.h~sys_getcpu-prototype-annotated include/linux/syscalls.h --- a/include/linux/syscalls.h~sys_getcpu-prototype-annotated +++ a/include/linux/syscalls.h @@ -597,6 +597,6 @@ asmlinkage long sys_get_robust_list(int 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 _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are origin.patch git-powerpc.patch slab-leaks3-default-y.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html