From: Yu Jiahua yujiahua1@huawei.com
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I4QU5Z?from=project-issue CVE: NA
--------------------------------
This patch revert ias feature from open-euler kernel.
This reverts commit 44483ea0b5aa78fb9d449966b158c1ed4c3a9b18.
Signed-off-by: Yu Jiahua Yujiahua1@huawei.com Reviewed-by: Chen Hui judy.chenhui@huawei.com Signed-off-by: Zheng Zengkai zhengzengkai@huawei.com --- init/Kconfig | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig index f362f6fcc1d0..2373130a71bc 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -2080,14 +2080,6 @@ endmenu # General setup
source "arch/Kconfig"
-config SCHED_OPTIMIZE_LOAD_TRACKING - bool "Optimize scheduler load tracking" - default n - help - Optimize scheduler load tracking, when load balance is not important - in system, we close some load tracking in tick and enqueue or dequeue - task, in this way, we can save some unnecessary cpu overhead. - config RT_MUTEXES bool