aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2007-10-15 11:00:09 -0400
committerIngo Molnar <mingo@elte.hu>2007-10-15 11:00:09 -0400
commit7ed2be459b61c66fcc4926ffb073a25fc077d51f (patch)
treece0c7e6819924063fa5efa56ece256735fef5416 /init
parent24e377a83220ef05c9b5bec7e01d65eed6609aa6 (diff)
sched: fair-group sched, cleanups
fair-group sched, cleanups. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 37711fe3c01c..b680733270e4 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -294,10 +294,10 @@ choice
294 prompt "Basis for grouping tasks" 294 prompt "Basis for grouping tasks"
295 default FAIR_USER_SCHED 295 default FAIR_USER_SCHED
296 296
297 config FAIR_USER_SCHED 297 config FAIR_USER_SCHED
298 bool "user id" 298 bool "user id"
299 help 299 help
300 This option will choose userid as the basis for grouping 300 This option will choose userid as the basis for grouping
301 tasks, thus providing equal cpu bandwidth to each user. 301 tasks, thus providing equal cpu bandwidth to each user.
302 302
303endchoice 303endchoice