diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-01-29 01:13:05 -0500 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-01-29 01:13:05 -0500 |
| commit | f878f84373aefda7f041a74b24a83b8b7dec1cf0 (patch) | |
| tree | b162158c181f5bd2b7a11f97c37f8edcb939e98d /arch/powerpc/include/uapi | |
| parent | 94b09d75546247ec7e0d441f352f548946619fe8 (diff) | |
powerpc: Wire up sched_setattr and sched_getattr syscalls
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/uapi')
| -rw-r--r-- | arch/powerpc/include/uapi/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h index 74cb4d72d673..881bf2e2560d 100644 --- a/arch/powerpc/include/uapi/asm/unistd.h +++ b/arch/powerpc/include/uapi/asm/unistd.h | |||
| @@ -377,6 +377,7 @@ | |||
| 377 | #define __NR_process_vm_writev 352 | 377 | #define __NR_process_vm_writev 352 |
| 378 | #define __NR_finit_module 353 | 378 | #define __NR_finit_module 353 |
| 379 | #define __NR_kcmp 354 | 379 | #define __NR_kcmp 354 |
| 380 | 380 | #define __NR_sched_setattr 355 | |
| 381 | #define __NR_sched_getattr 356 | ||
| 381 | 382 | ||
| 382 | #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ | 383 | #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ |
