parisc: wire sys_perf_counter_open to sys_ni_syscall

Reserve a syscall slot for sys_perf_counter_open.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

+3 -1
+2 -1
arch/parisc/include/asm/unistd.h
··· 810 810 #define __NR_preadv (__NR_Linux + 315) 811 811 #define __NR_pwritev (__NR_Linux + 316) 812 812 #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317) 813 + #define __NR_perf_counter_open (__NR_Linux + 318) 813 814 814 - #define __NR_Linux_syscalls (__NR_rt_tgsigqueueinfo + 1) 815 + #define __NR_Linux_syscalls (__NR_perf_counter_open + 1) 815 816 816 817 817 818 #define __IGNORE_select /* newselect */
+1
arch/parisc/kernel/syscall_table.S
··· 416 416 ENTRY_COMP(preadv) /* 315 */ 417 417 ENTRY_COMP(pwritev) 418 418 ENTRY_COMP(rt_tgsigqueueinfo) 419 + ENTRY_SAME(ni_syscall) 419 420 420 421 /* Nothing yet */ 421 422