diff options
author | Fabio Estevam <festevam@gmail.com> | 2012-01-10 08:46:23 -0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-01-10 13:44:50 +0100 |
commit | 6db9dc150eabce7053c8df2a2146aa0d6748ec42 (patch) | |
tree | 6f5851a52cc32cf17d160858b6d2227efe3b3495 | |
parent | 9b9fb610f6800e0db46cccd8618dd7e609c9bb5a (diff) |
sched: Fix CONFIG_CGROUP_SCHED dependency
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 <fabio.estevam@freescale.com>
Cc: a.p.zijlstra@chello.nl
Cc: Fabio Estevam <festevam@gmail.com>
Link: http://lkml.kernel.org/r/1326192383-5113-1-git-send-email-festevam@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 82b6a4c675b..a34cd174b76 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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 |