Skip to content

Commit

Permalink
sched: Fix CONFIG_CGROUP_SCHED dependency
Browse files Browse the repository at this point in the history
The dependency bug was pointed out by this build warning:

 warning: (SCHED_AUTOGROUP) selects CGROUP_SCHED which has unmet direct dependencies (CGROUPS && EXPERIMENTAL)

Signed-off-by: Fabio Estevam <[email protected]>
Cc: [email protected]
Cc: Fabio Estevam <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
fabioestevam authored and Ingo Molnar committed Jan 10, 2012
1 parent 9b9fb61 commit 6db9dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ config CGROUP_PERF

menuconfig CGROUP_SCHED
bool "Group CPU scheduler"
depends on EXPERIMENTAL
default n
help
This feature lets CPU scheduler recognize task groups and control CPU
Expand Down

0 comments on commit 6db9dc1

Please sign in to comment.