[PARISC] bump __NR_syscalls

oops, forgot this in the previous commit.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

+1 -1
+1 -1
include/asm-parisc/unistd.h
··· 802 802 #define __NR_timerfd_settime (__NR_Linux + 307) 803 803 #define __NR_timerfd_gettime (__NR_Linux + 308) 804 804 805 - #define __NR_Linux_syscalls (__NR_fallocate + 1) 805 + #define __NR_Linux_syscalls (__NR_timerfd_gettime + 1) 806 806 807 807 808 808 #define __IGNORE_select /* newselect */