Loading arch/parisc/include/uapi/asm/unistd.h +2 −1 Original line number Diff line number Diff line Loading @@ -829,8 +829,9 @@ #define __NR_sched_setattr (__NR_Linux + 334) #define __NR_sched_getattr (__NR_Linux + 335) #define __NR_utimes (__NR_Linux + 336) #define __NR_renameat2 (__NR_Linux + 337) #define __NR_Linux_syscalls (__NR_utimes + 1) #define __NR_Linux_syscalls (__NR_renameat2 + 1) #define __IGNORE_select /* newselect */ Loading arch/parisc/kernel/syscall_table.S +1 −0 Original line number Diff line number Diff line Loading @@ -432,6 +432,7 @@ ENTRY_SAME(sched_setattr) ENTRY_SAME(sched_getattr) /* 335 */ ENTRY_COMP(utimes) ENTRY_COMP(renameat2) /* Nothing yet */ Loading Loading
arch/parisc/include/uapi/asm/unistd.h +2 −1 Original line number Diff line number Diff line Loading @@ -829,8 +829,9 @@ #define __NR_sched_setattr (__NR_Linux + 334) #define __NR_sched_getattr (__NR_Linux + 335) #define __NR_utimes (__NR_Linux + 336) #define __NR_renameat2 (__NR_Linux + 337) #define __NR_Linux_syscalls (__NR_utimes + 1) #define __NR_Linux_syscalls (__NR_renameat2 + 1) #define __IGNORE_select /* newselect */ Loading
arch/parisc/kernel/syscall_table.S +1 −0 Original line number Diff line number Diff line Loading @@ -432,6 +432,7 @@ ENTRY_SAME(sched_setattr) ENTRY_SAME(sched_getattr) /* 335 */ ENTRY_COMP(utimes) ENTRY_COMP(renameat2) /* Nothing yet */ Loading