powerpc: Wire up sched_setattr and sched_getattr syscalls

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt
2014-01-29 17:13:05 +11:00
parent 94b09d7554
commit f878f84373
3 changed files with 5 additions and 2 deletions

View File

@@ -377,6 +377,7 @@
#define __NR_process_vm_writev 352
#define __NR_finit_module 353
#define __NR_kcmp 354
#define __NR_sched_setattr 355
#define __NR_sched_getattr 356
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */