diff options
-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 |