aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/sched/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 268a45ea238c..9fe2190005cb 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -3639,6 +3639,7 @@ SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param)
3639 * sys_sched_setattr - same as above, but with extended sched_attr 3639 * sys_sched_setattr - same as above, but with extended sched_attr
3640 * @pid: the pid in question. 3640 * @pid: the pid in question.
3641 * @uattr: structure containing the extended parameters. 3641 * @uattr: structure containing the extended parameters.
3642 * @flags: for future extension.
3642 */ 3643 */
3643SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, 3644SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr,
3644 unsigned int, flags) 3645 unsigned int, flags)
@@ -3783,6 +3784,7 @@ err_size:
3783 * @pid: the pid in question. 3784 * @pid: the pid in question.
3784 * @uattr: structure containing the extended parameters. 3785 * @uattr: structure containing the extended parameters.
3785 * @size: sizeof(attr) for fwd/bwd comp. 3786 * @size: sizeof(attr) for fwd/bwd comp.
3787 * @flags: for future extension.
3786 */ 3788 */
3787SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, 3789SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr,
3788 unsigned int, size, unsigned int, flags) 3790 unsigned int, size, unsigned int, flags)