https://github.com/torvalds/linux
Revision 59359ff87700f5e742c96a55da9cf0819984c128 authored by David S. Miller on 06 November 2006, 00:51:03 UTC, committed by David S. Miller on 06 November 2006, 00:51:03 UTC
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 <davem@davemloft.net>
1 parent 10b1fbd
History
Tip revision: 59359ff87700f5e742c96a55da9cf0819984c128 authored by David S. Miller on 06 November 2006, 00:51:03 UTC
[SPARC]: Fix robust futex syscalls and wire up migrate_pages.
Tip revision: 59359ff
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 542 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 73.8 KB
Makefile -rw-r--r-- 49.0 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top