mirror of https://gitee.com/openkylin/linux.git
sched: enable CONFIG_FAIR_GROUP_SCHED=y by default
enable CONFIG_FAIR_GROUP_SCHED=y by default. 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>
This commit is contained in:
parent
7ed2be459b
commit
de8d585a12
|
@ -283,7 +283,7 @@ config CPUSETS
|
|||
|
||||
config FAIR_GROUP_SCHED
|
||||
bool "Fair group cpu scheduler"
|
||||
default n
|
||||
default y
|
||||
depends on EXPERIMENTAL
|
||||
help
|
||||
This feature lets cpu scheduler recognize task groups and control cpu
|
||||
|
|
Loading…
Reference in New Issue