Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98296
b: refs/heads/master
c: 49307fd
h: refs/heads/master
v: v3
  • Loading branch information
Dario Faggioli authored and Ingo Molnar committed Jun 19, 2008
1 parent 8326cb1 commit cb237a5
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: 95e904c7da715aa2dbfb595da66b63de37a0bb04
refs/heads/master: 49307fd6f72bdd68cc2bd23e7da0bcfecf8087c9
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -8350,7 +8350,7 @@ static unsigned long to_ratio(u64 period, u64 runtime)
#ifdef CONFIG_CGROUP_SCHED
static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime)
{
struct task_group *tgi, *parent = tg->parent;
struct task_group *tgi, *parent = tg ? tg->parent : NULL;
unsigned long total = 0;

if (!parent) {
Expand Down

0 comments on commit cb237a5

Please sign in to comment.