sched: Open the kernel configuration for cluster.
commit aff649361671b432570e94c9056932f50dd6f101 openeuler. ---------------------------------------------------------------------- In the past configuration, CONFIG_SCHED_CLUSTER was not set. Now, we need to open the configuration. Signed-off-by: Xue Sinian <tangyuan911@yeah.net>
This commit is contained in:
parent
55462ed9c5
commit
c350a9eb22
|
@ -57,6 +57,7 @@ CONFIG_ARM64_VA_BITS_48=y
|
|||
CONFIG_SCHED_MC=y
|
||||
CONFIG_SCHED_SMT=y
|
||||
CONFIG_NR_CPUS=1024
|
||||
CONFIG_SCHED_CLUSTER=y
|
||||
CONFIG_NUMA=y
|
||||
CONFIG_NODES_SHIFT=8
|
||||
CONFIG_HZ_1000=y
|
||||
|
|
Loading…
Reference in New Issue