]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PARISC] bump __NR_syscalls
authorKyle McMartin <kyle@shortfin.cabal.ca>
Mon, 18 Feb 2008 22:21:17 +0000 (14:21 -0800)
committerKyle McMartin <kyle@shortfin.cabal.ca>
Sun, 16 Mar 2008 02:11:54 +0000 (19:11 -0700)
oops, forgot this in the previous commit.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/unistd.h

index f74d207c76da45b8a0c699258ebaebbb57442de5..a7d857f0e4f404963c86f2baeb240f80d7a6f110 100644 (file)
 #define __NR_timerfd_settime   (__NR_Linux + 307)
 #define __NR_timerfd_gettime   (__NR_Linux + 308)
 
-#define __NR_Linux_syscalls    (__NR_fallocate + 1)
+#define __NR_Linux_syscalls    (__NR_timerfd_gettime + 1)
 
 
 #define __IGNORE_select                /* newselect */