aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/parisc/include/uapi/asm/unistd.h6
-rw-r--r--arch/parisc/kernel/syscall_table.S4
2 files changed, 9 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h
index e178f30f2ccc..2c8b9bde18eb 100644
--- a/arch/parisc/include/uapi/asm/unistd.h
+++ b/arch/parisc/include/uapi/asm/unistd.h
@@ -822,8 +822,12 @@
822#define __NR_syncfs (__NR_Linux + 327) 822#define __NR_syncfs (__NR_Linux + 327)
823#define __NR_setns (__NR_Linux + 328) 823#define __NR_setns (__NR_Linux + 328)
824#define __NR_sendmmsg (__NR_Linux + 329) 824#define __NR_sendmmsg (__NR_Linux + 329)
825#define __NR_process_vm_readv (__NR_Linux + 330)
826#define __NR_process_vm_writev (__NR_Linux + 331)
827#define __NR_kcmp (__NR_Linux + 332)
828#define __NR_finit_module (__NR_Linux + 333)
825 829
826#define __NR_Linux_syscalls (__NR_sendmmsg + 1) 830#define __NR_Linux_syscalls (__NR_finit_module + 1)
827 831
828 832
829#define __IGNORE_select /* newselect */ 833#define __IGNORE_select /* newselect */
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 54d950b067b7..cf7094c239f8 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -428,6 +428,10 @@
428 ENTRY_SAME(syncfs) 428 ENTRY_SAME(syncfs)
429 ENTRY_SAME(setns) 429 ENTRY_SAME(setns)
430 ENTRY_COMP(sendmmsg) 430 ENTRY_COMP(sendmmsg)
431 ENTRY_COMP(process_vm_readv) /* 330 */
432 ENTRY_COMP(process_vm_writev)
433 ENTRY_SAME(kcmp)
434 ENTRY_SAME(finit_module)
431 435
432 /* Nothing yet */ 436 /* Nothing yet */
433 437