mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
microblaze: Wire-up new system calls sched_setattr/getattr
Wire-up sched_setattr/getattr syscalls. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
f1b6f8712a
commit
cff2ee046e
@ -396,5 +396,7 @@
|
||||
#define __NR_process_vm_writev 378
|
||||
#define __NR_kcmp 379
|
||||
#define __NR_finit_module 380
|
||||
#define __NR_sched_setattr 381
|
||||
#define __NR_sched_getattr 382
|
||||
|
||||
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
|
||||
|
@ -381,3 +381,5 @@ ENTRY(sys_call_table)
|
||||
.long sys_process_vm_writev
|
||||
.long sys_kcmp
|
||||
.long sys_finit_module
|
||||
.long sys_sched_setattr
|
||||
.long sys_sched_getattr
|
||||
|
Loading…
Reference in New Issue
Block a user