From: David S. Miller Date: Mon, 6 Nov 2006 00:51:03 +0000 (-0800) Subject: [SPARC]: Fix robust futex syscalls and wire up migrate_pages. X-Git-Tag: v2.6.19-rc5~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59359ff87700f5e742c96a55da9cf0819984c128;p=pandora-kernel.git [SPARC]: Fix robust futex syscalls and wire up migrate_pages. When I added the entries for the robust futex syscall entries, I forgot to bump NR_SYSCALLS. The current situation is error-prone because NR_SYSCALLS lives in entry.S where the system call limit checks are enforced. Move the definition to asm/unistd.h in order to make this mistake much more difficult to make. And wire up sys_migrate_pages since the powerpc folks implemented the compat wrapper for us. Signed-off-by: David S. Miller --- Reading git-diff-tree failed