]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/parisc/include/asm/unistd.h
parisc: wire sys_perf_counter_open to sys_ni_syscall
[net-next-2.6.git] / arch / parisc / include / asm / unistd.h
index 4e2aa0d149650f81c98e1495e71deb77bfbae49c..f3d3b8b012c494e9783511da12c37277c4d7c920 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 */