Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257175
b: refs/heads/master
c: 99bc524
h: refs/heads/master
i:
  257173: 733103d
  257171: e49d5d4
  257167: 01721b9
v: v3
  • Loading branch information
Bianca Lutz authored and Ingo Molnar committed Jul 21, 2011
1 parent 240f04c commit 0ef30d2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 045176d22f08bc0b650a028df0f62fc3c2747699
refs/heads/master: 99bc52429f11d1f4f81495ac8237085aaeb6bccf
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -8383,7 +8383,8 @@ static void free_rt_sched_group(struct task_group *tg)
{
int i;

destroy_rt_bandwidth(&tg->rt_bandwidth);
if (tg->rt_se)
destroy_rt_bandwidth(&tg->rt_bandwidth);

for_each_possible_cpu(i) {
if (tg->rt_rq)
Expand Down

0 comments on commit 0ef30d2

Please sign in to comment.