Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263650
b: refs/heads/master
c: feff8fa
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and Ingo Molnar committed Aug 29, 2011
1 parent c0ea88b commit 86235e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c40cef2b799f9b5e7fa5de4d2ad3a0168ba118c
refs/heads/master: feff8fa0075bdfd43c841e9d689ed81adda988d6
1 change: 1 addition & 0 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -7453,6 +7453,7 @@ static void __sdt_free(const struct cpumask *cpu_map)
struct sched_domain *sd = *per_cpu_ptr(sdd->sd, j);
if (sd && (sd->flags & SD_OVERLAP))
free_sched_groups(sd->groups, 0);
kfree(*per_cpu_ptr(sdd->sd, j));
kfree(*per_cpu_ptr(sdd->sg, j));
kfree(*per_cpu_ptr(sdd->sgp, j));
}
Expand Down

0 comments on commit 86235e6

Please sign in to comment.