diff options
| author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:09 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:09 -0400 |
| 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 | |||
| 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 | ||
| 303 | endchoice | 303 | endchoice |
