mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ config CPUSETS
|
||||||
|
|
||||||
config FAIR_GROUP_SCHED
|
config FAIR_GROUP_SCHED
|
||||||
bool "Fair group cpu scheduler"
|
bool "Fair group cpu scheduler"
|
||||||
default n
|
default y
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
help
|
help
|
||||||
This feature lets cpu scheduler recognize task groups and control cpu
|
This feature lets cpu scheduler recognize task groups and control cpu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue