diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:09 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:09 +0200 |
commit | 7ed2be459b61c66fcc4926ffb073a25fc077d51f (patch) | |
tree | ce0c7e6819924063fa5efa56ece256735fef5416 /init | |
parent | 24e377a83220ef05c9b5bec7e01d65eed6609aa6 (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/Kconfig | 8 |
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 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 |