Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321833
b: refs/heads/master
c: 35cf4e5
h: refs/heads/master
i:
  321831: 2fbcd29
v: v3
  • Loading branch information
Mike Galbraith authored and Thomas Gleixner committed Aug 13, 2012
1 parent 295b1b8 commit 7d709b1
Show file tree
Hide file tree
Showing 3 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: bea6832cc8c4a0a9a65dd17da6aaa657fe27bc3e
refs/heads/master: 35cf4e50b16331def6cfcbee11e49270b6db07f5
1 change: 1 addition & 0 deletions trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7252,6 +7252,7 @@ int in_sched_functions(unsigned long addr)

#ifdef CONFIG_CGROUP_SCHED
struct task_group root_task_group;
LIST_HEAD(task_groups);
#endif

DECLARE_PER_CPU(cpumask_var_t, load_balance_tmpmask);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/sched/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extern struct mutex sched_domains_mutex;
struct cfs_rq;
struct rt_rq;

static LIST_HEAD(task_groups);
extern struct list_head task_groups;

struct cfs_bandwidth {
#ifdef CONFIG_CFS_BANDWIDTH
Expand Down

0 comments on commit 7d709b1

Please sign in to comment.