diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index f06d059edef5..cfaf3fabeecd 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -4247,7 +4247,7 @@ long sys_sched_rr_get_interval(pid_t pid, struct timespec __user *interval) | |||
4247 | if (retval) | 4247 | if (retval) |
4248 | goto out_unlock; | 4248 | goto out_unlock; |
4249 | 4249 | ||
4250 | jiffies_to_timespec(p->policy & SCHED_FIFO ? | 4250 | jiffies_to_timespec(p->policy == SCHED_FIFO ? |
4251 | 0 : task_timeslice(p), &t); | 4251 | 0 : task_timeslice(p), &t); |
4252 | read_unlock(&tasklist_lock); | 4252 | read_unlock(&tasklist_lock); |
4253 | retval = copy_to_user(interval, &t, sizeof(t)) ? -EFAULT : 0; | 4253 | retval = copy_to_user(interval, &t, sizeof(t)) ? -EFAULT : 0; |