Skip to content

Commit

Permalink
sched: fair-group sched, cleanups
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent 24e377a commit 7ed2be4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ed2be4

Please sign in to comment.