]> err.no Git - linux-2.6/blobdiff - init/Kconfig
[ALSA] sound: snd_register_device_for_dev fix
[linux-2.6] / init / Kconfig
index 37711fe3c01c55d5a454501206dba63948d6f6c0..54f31a191b8813a1bac92190cd237023c30a684d 100644 (file)
@@ -282,11 +282,11 @@ config CPUSETS
          Say N if unsure.
 
 config FAIR_GROUP_SCHED
-       bool "Fair group cpu scheduler"
-       default n
+       bool "Fair group CPU scheduler"
+       default y
        depends on EXPERIMENTAL
        help
-         This feature lets cpu scheduler recognize task groups and control cpu
+         This feature lets CPU scheduler recognize task groups and control CPU
          bandwidth allocation to such task groups.
 
 choice
@@ -294,11 +294,11 @@ 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
-                 tasks, thus providing equal cpu bandwidth to each user.
+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