[PATCH] SPARC: Fix missed bump of NR_SYSCALLS.
authorDavid Miller <davem@davemloft.net>
Mon, 6 Nov 2006 00:58:44 +0000 (16:58 -0800)
committerChris Wright <chrisw@sous-sol.org>
Sun, 19 Nov 2006 03:27:59 +0000 (19:27 -0800)
commit459e0483aef6bb6845edab97fc6731dabe02120c
tree8014beb62635a732abbc7cd43e42c133b0b51b5d
parentd8b789ca13e5bccc3167d0cfa6cec3ff4b541891
[PATCH] SPARC: Fix missed bump of NR_SYSCALLS.

When I added the robust futex syscall entries I forgot to bump
NR_SYSCALLS.  This is an easy mistake to make because NR_SYSCALLS
lived in entry.S which is nowhere near unistd.h or syscalls.S, so
while we're here move it's definition into unistd.h so this is
unlikely to ever happen again.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
arch/sparc/kernel/entry.S
arch/sparc64/kernel/entry.S
include/asm-sparc/unistd.h
include/asm-sparc64/unistd.h