diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/include/uapi/asm/unistd.h | 4 | ||||
-rw-r--r-- | arch/parisc/kernel/syscall_table.S | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index 2c8b9bde18eb..42706794a36f 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h | |||
@@ -826,8 +826,10 @@ | |||
826 | #define __NR_process_vm_writev (__NR_Linux + 331) | 826 | #define __NR_process_vm_writev (__NR_Linux + 331) |
827 | #define __NR_kcmp (__NR_Linux + 332) | 827 | #define __NR_kcmp (__NR_Linux + 332) |
828 | #define __NR_finit_module (__NR_Linux + 333) | 828 | #define __NR_finit_module (__NR_Linux + 333) |
829 | #define __NR_sched_setattr (__NR_Linux + 334) | ||
830 | #define __NR_sched_getattr (__NR_Linux + 335) | ||
829 | 831 | ||
830 | #define __NR_Linux_syscalls (__NR_finit_module + 1) | 832 | #define __NR_Linux_syscalls (__NR_sched_getattr + 1) |
831 | 833 | ||
832 | 834 | ||
833 | #define __IGNORE_select /* newselect */ | 835 | #define __IGNORE_select /* newselect */ |
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 0c9107285e66..8fa3fbb3e4d3 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S | |||
@@ -429,6 +429,8 @@ | |||
429 | ENTRY_COMP(process_vm_writev) | 429 | ENTRY_COMP(process_vm_writev) |
430 | ENTRY_SAME(kcmp) | 430 | ENTRY_SAME(kcmp) |
431 | ENTRY_SAME(finit_module) | 431 | ENTRY_SAME(finit_module) |
432 | ENTRY_SAME(sched_setattr) | ||
433 | ENTRY_SAME(sched_getattr) /* 335 */ | ||
432 | 434 | ||
433 | /* Nothing yet */ | 435 | /* Nothing yet */ |
434 | 436 | ||