parisc: wire sys_perf_counter_open to sys_ni_syscall
authorKyle McMartin <kyle@mcmartin.ca>
Wed, 24 Jun 2009 00:22:06 +0000 (20:22 -0400)
committerKyle McMartin <kyle@mcmartin.ca>
Fri, 3 Jul 2009 03:34:11 +0000 (03:34 +0000)
Reserve a syscall slot for sys_perf_counter_open.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/include/asm/unistd.h
arch/parisc/kernel/syscall_table.S

index 4e2aa0d..f3d3b8b 100644 (file)
 #define __NR_preadv            (__NR_Linux + 315)
 #define __NR_pwritev           (__NR_Linux + 316)
 #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317)
+#define __NR_perf_counter_open (__NR_Linux + 318)
 
-#define __NR_Linux_syscalls    (__NR_rt_tgsigqueueinfo + 1)
+#define __NR_Linux_syscalls    (__NR_perf_counter_open + 1)
 
 
 #define __IGNORE_select                /* newselect */
index 83f8959..0c83673 100644 (file)
        ENTRY_COMP(preadv)              /* 315 */
        ENTRY_COMP(pwritev)
        ENTRY_COMP(rt_tgsigqueueinfo)
+       ENTRY_SAME(ni_syscall)
 
        /* Nothing yet */