We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57737c4 commit 998bbb2Copy full SHA for 998bbb2
arch/parisc/include/uapi/asm/unistd.h
@@ -826,8 +826,10 @@
826
#define __NR_process_vm_writev (__NR_Linux + 331)
827
#define __NR_kcmp (__NR_Linux + 332)
828
#define __NR_finit_module (__NR_Linux + 333)
829
+#define __NR_sched_setattr (__NR_Linux + 334)
830
+#define __NR_sched_getattr (__NR_Linux + 335)
831
-#define __NR_Linux_syscalls (__NR_finit_module + 1)
832
+#define __NR_Linux_syscalls (__NR_sched_getattr + 1)
833
834
835
#define __IGNORE_select /* newselect */
arch/parisc/kernel/syscall_table.S
@@ -429,6 +429,8 @@
429
ENTRY_COMP(process_vm_writev)
430
ENTRY_SAME(kcmp)
431
ENTRY_SAME(finit_module)
432
+ ENTRY_SAME(sched_setattr)
433
+ ENTRY_SAME(sched_getattr) /* 335 */
434
435
/* Nothing yet */
436
0 commit comments