From 53464baf85d25bf6ea7a87825623d80c42e8f315 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Wed, 18 Dec 2024 11:25:40 +0100 Subject: [PATCH] Reapply "configs: kill SCHEDSTATS and SCHED_DEBUG" This reverts commit 326c808f5cc20982b93083c898944326fceb2b4d. --- arch/arm64/configs/a53x-ksu_defconfig | 4 ++-- arch/arm64/configs/a53x_defconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/configs/a53x-ksu_defconfig b/arch/arm64/configs/a53x-ksu_defconfig index 7314741a3..fbb6fcc7b 100644 --- a/arch/arm64/configs/a53x-ksu_defconfig +++ b/arch/arm64/configs/a53x-ksu_defconfig @@ -8023,9 +8023,9 @@ CONFIG_WQ_WATCHDOG=y # # Scheduler Debugging # -CONFIG_SCHED_DEBUG=y +# CONFIG_SCHED_DEBUG is not set CONFIG_SCHED_INFO=y -CONFIG_SCHEDSTATS=y +# CONFIG_SCHEDSTATS is not set # end of Scheduler Debugging # CONFIG_DEBUG_TIMEKEEPING is not set diff --git a/arch/arm64/configs/a53x_defconfig b/arch/arm64/configs/a53x_defconfig index 7b01b8d31..d5491acd4 100644 --- a/arch/arm64/configs/a53x_defconfig +++ b/arch/arm64/configs/a53x_defconfig @@ -8022,9 +8022,9 @@ CONFIG_WQ_WATCHDOG=y # # Scheduler Debugging # -CONFIG_SCHED_DEBUG=y +# CONFIG_SCHED_DEBUG is not set CONFIG_SCHED_INFO=y -CONFIG_SCHEDSTATS=y +# CONFIG_SCHEDSTATS is not set # end of Scheduler Debugging # CONFIG_DEBUG_TIMEKEEPING is not set