瀏覽代碼

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>
Ingo Molnar 17 年之前
父節點
當前提交
7ed2be459b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      init/Kconfig

+ 4 - 4
init/Kconfig

@@ -294,10 +294,10 @@ choice
 	prompt "Basis for grouping tasks"
 	prompt "Basis for grouping tasks"
 	default FAIR_USER_SCHED
 	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.
 		  tasks, thus providing equal cpu bandwidth to each user.
 
 
 endchoice
 endchoice