linux: Correct scheduler option selection

This commit is contained in:
Mikael 2024-08-28 15:16:59 +02:00
parent a3e657102c
commit e922e976e5
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -263,9 +263,10 @@
SMP = true; SMP = true;
PREEMPT_DYNAMIC = false; PREEMPT_DYNAMIC = false;
SCHED_CORE = true;
SCHED_CLUSTER = true;
SCHED_MC = true; SCHED_MC = true;
SCHED_CLUSTER = true;
SCHED_SMT = option true;
SCHED_CORE = option true;
SCHED_AUTOGROUP = true; SCHED_AUTOGROUP = true;
RCU_NOCB_CPU_DEFAULT_ALL = true; RCU_NOCB_CPU_DEFAULT_ALL = true;