提交 ec4ee2b2 编写于 作者: Y Yu Jiahua 提交者: Zheng Zengkai

Revert "sched: Add menuconfig option for CONFIG_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 6d7dd529.
Signed-off-by: NYu Jiahua <Yujiahua1@huawei.com>
Reviewed-by: NChen Hui <judy.chenhui@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 63fd54e3
......@@ -774,14 +774,6 @@ config GENERIC_SCHED_CLOCK
menu "Scheduler features"
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 IAS_SMART_HALT_POLL
bool "Enable smart halt poll"
default n
......@@ -2096,6 +2088,13 @@ 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册