Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87033
b: refs/heads/master
c: 1868f95
h: refs/heads/master
i:
  87031: 822696e
v: v3
  • Loading branch information
Miao Xie authored and Ingo Molnar committed Mar 7, 2008
1 parent 6f6449c commit f108b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 150d8bede7f85eb00d8f4d628e6b0bae68739e3b
refs/heads/master: 1868f958eb56fc41c5985c8732e564a400c5fdf5
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5100,7 +5100,7 @@ long sys_sched_rr_get_interval(pid_t pid, struct timespec __user *interval)
time_slice = 0;
if (p->policy == SCHED_RR) {
time_slice = DEF_TIMESLICE;
} else {
} else if (p->policy != SCHED_FIFO) {
struct sched_entity *se = &p->se;
unsigned long flags;
struct rq *rq;
Expand Down

0 comments on commit f108b31

Please sign in to comment.