From b65b85efa8696ef73a39ca1d609a9993482d68fd Mon Sep 17 00:00:00 2001 From: Cruz Zhao Date: Thu, 13 Jun 2024 10:09:05 +0800 Subject: [PATCH] anolis: sched: enable CONFIG_GROUP_BALANCER for sw_64 and loongarch ANBZ: #8765 Enable CONFIG_GROUP_BALANCER for sw_64 and loongarch. Signed-off-by: Cruz Zhao --- arch/loongarch/configs/anolis-debug_defconfig | 1 + arch/loongarch/configs/anolis_defconfig | 1 + arch/sw_64/configs/anolis-debug_defconfig | 1 + arch/sw_64/configs/anolis_defconfig | 1 + arch/sw_64/configs/anolis_xuelang_defconfig | 1 + 5 files changed, 5 insertions(+) diff --git a/arch/loongarch/configs/anolis-debug_defconfig b/arch/loongarch/configs/anolis-debug_defconfig index 36f324096e51..9ffeac5d94fd 100644 --- a/arch/loongarch/configs/anolis-debug_defconfig +++ b/arch/loongarch/configs/anolis-debug_defconfig @@ -2223,3 +2223,4 @@ CONFIG_LOONGARCH_IOMMU=y CONFIG_CMDLINE="vfio_iommu_type1.allow_unsafe_interrupts=1 nokaslr" CONFIG_CPU_HAS_LSX=y CONFIG_CPU_HAS_LASX=y +CONFIG_GROUP_BALANCER=y diff --git a/arch/loongarch/configs/anolis_defconfig b/arch/loongarch/configs/anolis_defconfig index 6a5aa0432ab6..0298232a281f 100644 --- a/arch/loongarch/configs/anolis_defconfig +++ b/arch/loongarch/configs/anolis_defconfig @@ -2219,3 +2219,4 @@ CONFIG_LOONGARCH_IOMMU=y CONFIG_CMDLINE="vfio_iommu_type1.allow_unsafe_interrupts=1 nokaslr" CONFIG_CPU_HAS_LSX=y CONFIG_CPU_HAS_LASX=y +CONFIG_GROUP_BALANCER=y diff --git a/arch/sw_64/configs/anolis-debug_defconfig b/arch/sw_64/configs/anolis-debug_defconfig index f5ce73609adb..54e44834e0bc 100644 --- a/arch/sw_64/configs/anolis-debug_defconfig +++ b/arch/sw_64/configs/anolis-debug_defconfig @@ -682,3 +682,4 @@ CONFIG_CONSOLE_LOGLEVEL_QUIET=7 CONFIG_SCHEDSTATS=y # CONFIG_RCU_TRACE is not set # CONFIG_FTRACE is not set +CONFIG_GROUP_BALANCER=y diff --git a/arch/sw_64/configs/anolis_defconfig b/arch/sw_64/configs/anolis_defconfig index daa078214347..1f6388ec8e27 100644 --- a/arch/sw_64/configs/anolis_defconfig +++ b/arch/sw_64/configs/anolis_defconfig @@ -682,3 +682,4 @@ CONFIG_CONSOLE_LOGLEVEL_QUIET=7 CONFIG_SCHEDSTATS=y # CONFIG_RCU_TRACE is not set # CONFIG_FTRACE is not set +CONFIG_GROUP_BALANCER=y diff --git a/arch/sw_64/configs/anolis_xuelang_defconfig b/arch/sw_64/configs/anolis_xuelang_defconfig index 9c358c9dd683..b60c03a1b7c2 100644 --- a/arch/sw_64/configs/anolis_xuelang_defconfig +++ b/arch/sw_64/configs/anolis_xuelang_defconfig @@ -1157,3 +1157,4 @@ CONFIG_HIST_TRIGGERS=y CONFIG_ATOMIC64_SELFTEST=y CONFIG_ASYNC_RAID6_TEST=m CONFIG_TEST_BPF=m +CONFIG_GROUP_BALANCER=y -- Gitee