[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-6db9dc150eabce7053c8df2a2146aa0d6748ec42@git.kernel.org>
Date: Tue, 10 Jan 2012 23:25:28 -0800
From: tip-bot for Fabio Estevam <festevam@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
fabio.estevam@...escale.com, tglx@...utronix.de, mingo@...e.hu,
festevam@...il.com
Subject: [tip:sched/urgent] sched: Fix CONFIG_CGROUP_SCHED dependency
Commit-ID: 6db9dc150eabce7053c8df2a2146aa0d6748ec42
Gitweb: http://git.kernel.org/tip/6db9dc150eabce7053c8df2a2146aa0d6748ec42
Author: Fabio Estevam <festevam@...il.com>
AuthorDate: Tue, 10 Jan 2012 08:46:23 -0200
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Tue, 10 Jan 2012 13:44:50 +0100
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@...escale.com>
Cc: a.p.zijlstra@...llo.nl
Cc: Fabio Estevam <festevam@...il.com>
Link: http://lkml.kernel.org/r/1326192383-5113-1-git-send-email-festevam@gmail.com
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
init/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 82b6a4c..a34cd17 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists