From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:09 +0000 (+0200) Subject: sched: fair-group sched, cleanups X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ed2be459b61c66fcc4926ffb073a25fc077d51f;p=linux-beck.git sched: fair-group sched, cleanups fair-group sched, cleanups. Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Reviewed-by: Thomas Gleixner --- diff --git a/init/Kconfig b/init/Kconfig index 37711fe3c01c..b680733270e4 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -294,10 +294,10 @@ choice prompt "Basis for grouping tasks" default FAIR_USER_SCHED - config FAIR_USER_SCHED - bool "user id" - help - This option will choose userid as the basis for grouping + config FAIR_USER_SCHED + bool "user id" + help + This option will choose userid as the basis for grouping tasks, thus providing equal cpu bandwidth to each user. endchoice