From: Ingo Molnar <mingo@elte.hu>
Date: Wed, 24 Oct 2007 16:23:51 +0000 (+0200)
Subject: sched: mark CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ef93cf11413e3f2dc28bfaf736e1f49981ed700;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

sched: mark CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL

mark CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL. All bugs have been
fixed and it's perfect ;-)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---

diff --git a/init/Kconfig b/init/Kconfig
index b7dffa837926..8b88d0bedcbd 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -322,7 +322,6 @@ config CPUSETS
 config FAIR_GROUP_SCHED
 	bool "Fair group CPU scheduler"
 	default y
-	depends on EXPERIMENTAL
 	help
 	  This feature lets CPU scheduler recognize task groups and control CPU
 	  bandwidth allocation to such task groups.