[PATCH] arm64: defconfig: Remove the redundent SCHED_MC/SCHED_SMT

Huang Shijie posted 1 patch 2 months ago
arch/arm64/configs/defconfig | 2 --
1 file changed, 2 deletions(-)
[PATCH] arm64: defconfig: Remove the redundent SCHED_MC/SCHED_SMT
Posted by Huang Shijie 2 months ago
The patch "7bd291abe2d sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig"
has enabled the SCHED_MC/SCHED_SMT by default for arm64.

So remove the redundent code in defconfig.

Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
---
 arch/arm64/configs/defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e3a2d37bd104..f089ec615b90 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -82,8 +82,6 @@ CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_VISCONTI=y
 CONFIG_ARCH_XGENE=y
 CONFIG_ARCH_ZYNQMP=y
-CONFIG_SCHED_MC=y
-CONFIG_SCHED_SMT=y
 CONFIG_NUMA=y
 CONFIG_XEN=y
 CONFIG_COMPAT=y
-- 
2.40.1
Re: [PATCH] arm64: defconfig: Remove the redundent SCHED_MC/SCHED_SMT
Posted by Zenghui Yu 2 months ago
On 2025/10/14 10:31, Huang Shijie wrote:
> The patch "7bd291abe2d sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig"
> has enabled the SCHED_MC/SCHED_SMT by default for arm64.
> 
> So remove the redundent code in defconfig.

s/redundent/redundant/

> 
> Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
> ---
>  arch/arm64/configs/defconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index e3a2d37bd104..f089ec615b90 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -82,8 +82,6 @@ CONFIG_ARCH_VEXPRESS=y
>  CONFIG_ARCH_VISCONTI=y
>  CONFIG_ARCH_XGENE=y
>  CONFIG_ARCH_ZYNQMP=y
> -CONFIG_SCHED_MC=y
> -CONFIG_SCHED_SMT=y
>  CONFIG_NUMA=y
>  CONFIG_XEN=y
>  CONFIG_COMPAT=y

Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>

Thanks,
Zenghui
Re: [PATCH] arm64: defconfig: Remove the redundent SCHED_MC/SCHED_SMT
Posted by Krzysztof Kozlowski 2 months ago
On 14/10/2025 04:31, Huang Shijie wrote:
> The patch "7bd291abe2d sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig"
> has enabled the SCHED_MC/SCHED_SMT by default for arm64.
> 
> So remove the redundent code in defconfig.
> 
> Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

You should send it to soc@, probably.

Best regards,
Krzysztof