Commit 9b9cf37e authored by Yu Jiahua's avatar Yu Jiahua Committed by Zheng Zengkai
Browse files

Revert "sched: Introcude config option SCHED_OPTIMIZE_LOAD_TRACKING"

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 44483ea0.

Signed-off-by: default avatarYu Jiahua <Yujiahua1@huawei.com>
Reviewed-by: default avatarChen Hui <judy.chenhui@huawei.com>
Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parent a6007efc
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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