diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/init/Kconfig b/init/Kconfig index faed9a0b6f24..54f31a191b88 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -282,11 +282,11 @@ config CPUSETS | |||
282 | Say N if unsure. | 282 | Say N if unsure. |
283 | 283 | ||
284 | config FAIR_GROUP_SCHED | 284 | config FAIR_GROUP_SCHED |
285 | bool "Fair group cpu scheduler" | 285 | bool "Fair group CPU scheduler" |
286 | default y | 286 | default y |
287 | depends on EXPERIMENTAL | 287 | depends on EXPERIMENTAL |
288 | help | 288 | help |
289 | This feature lets cpu scheduler recognize task groups and control cpu | 289 | This feature lets CPU scheduler recognize task groups and control CPU |
290 | bandwidth allocation to such task groups. | 290 | bandwidth allocation to such task groups. |
291 | 291 | ||
292 | choice | 292 | choice |
@@ -294,11 +294,11 @@ 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 |
304 | 304 | ||