]> Git Repo - linux.git/commitdiff
sched: Fix CONFIG_CGROUP_SCHED dependency
authorFabio Estevam <[email protected]>
Tue, 10 Jan 2012 10:46:23 +0000 (08:46 -0200)
committerIngo Molnar <[email protected]>
Tue, 10 Jan 2012 12:44:50 +0000 (13:44 +0100)
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]>
init/Kconfig

index 82b6a4c675b283a78011e4cf8143c4e95c366188..a34cd174b768cf63f58d95124bc58cb9c2ee019f 100644 (file)
@@ -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
This page took 0.056098 seconds and 4 git commands to generate.