Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.

Signed-off-by: Michael Cree <mcree@orcon.net.nz>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Michael Cree and committed by
Linus Torvalds
5691e445 59753a80

+7 -1
+1 -1
arch/alpha/include/asm/unistd.h
··· 3 3 4 4 #include <uapi/asm/unistd.h> 5 5 6 - #define NR_SYSCALLS 508 6 + #define NR_SYSCALLS 511 7 7 8 8 #define __ARCH_WANT_OLD_READDIR 9 9 #define __ARCH_WANT_STAT64
+3
arch/alpha/include/uapi/asm/unistd.h
··· 469 469 #define __NR_process_vm_writev 505 470 470 #define __NR_kcmp 506 471 471 #define __NR_finit_module 507 472 + #define __NR_sched_setattr 508 473 + #define __NR_sched_getattr 509 474 + #define __NR_renameat2 510 472 475 473 476 #endif /* _UAPI_ALPHA_UNISTD_H */
+3
arch/alpha/kernel/systbls.S
··· 526 526 .quad sys_process_vm_writev /* 505 */ 527 527 .quad sys_kcmp 528 528 .quad sys_finit_module 529 + .quad sys_sched_setattr 530 + .quad sys_sched_getattr 531 + .quad sys_renameat2 /* 510 */ 529 532 530 533 .size sys_call_table, . - sys_call_table 531 534 .type sys_call_table, @object