Skip to content
Commit 59359ff8 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 10b1fbdb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment