diff options
| -rw-r--r-- | arch/parisc/include/asm/unistd.h | 3 | ||||
| -rw-r--r-- | arch/parisc/kernel/syscall_table.S | 1 |
2 files changed, 3 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 */ |
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 83f8959ff650..0c83673a03aa 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S | |||
| @@ -416,6 +416,7 @@ | |||
| 416 | ENTRY_COMP(preadv) /* 315 */ | 416 | ENTRY_COMP(preadv) /* 315 */ |
| 417 | ENTRY_COMP(pwritev) | 417 | ENTRY_COMP(pwritev) |
| 418 | ENTRY_COMP(rt_tgsigqueueinfo) | 418 | ENTRY_COMP(rt_tgsigqueueinfo) |
| 419 | ENTRY_SAME(ni_syscall) | ||
| 419 | 420 | ||
| 420 | /* Nothing yet */ | 421 | /* Nothing yet */ |
| 421 | 422 | ||
