diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2009-06-23 20:22:06 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-07-02 23:34:11 -0400 |
commit | 538e23615fe78b6da151ef136e3f7c6ad1fda2c1 (patch) | |
tree | afa3a38be8d93bd20ab542f6579c43b303791c50 /arch/parisc/include | |
parent | 0d56d1aa0e756f077b700420c54e1a52140e73b4 (diff) |
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>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 4e2aa0d14965..f3d3b8b012c4 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h | |||
@@ -810,8 +810,9 @@ | |||
810 | #define __NR_preadv (__NR_Linux + 315) | 810 | #define __NR_preadv (__NR_Linux + 315) |
811 | #define __NR_pwritev (__NR_Linux + 316) | 811 | #define __NR_pwritev (__NR_Linux + 316) |
812 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317) | 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 | #define __IGNORE_select /* newselect */ | 818 | #define __IGNORE_select /* newselect */ |