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

microblaze: Wire-up new system calls sched_setattr/getattr

Wire-up sched_setattr/getattr syscalls.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

+4
+2
arch/microblaze/include/uapi/asm/unistd.h
··· 396 396 #define __NR_process_vm_writev 378 397 397 #define __NR_kcmp 379 398 398 #define __NR_finit_module 380 399 + #define __NR_sched_setattr 381 400 + #define __NR_sched_getattr 382 399 401 400 402 #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
+2
arch/microblaze/kernel/syscall_table.S
··· 381 381 .long sys_process_vm_writev 382 382 .long sys_kcmp 383 383 .long sys_finit_module 384 + .long sys_sched_setattr 385 + .long sys_sched_getattr