sched: fair-group sched, cleanups
authorIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:09 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:09 +0000 (17:00 +0200)
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>
init/Kconfig

index 37711fe..b680733 100644 (file)
@@ -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