Commit af4a30f4 authored by Zheng Zengkai's avatar Zheng Zengkai
Browse files

Revert "sched: ARM64 enables SIS_PROP and disables SIS_UTIL""

hulk inclusion
category: performance
bugzilla: https://gitee.com/openeuler/kernel/issues/IA7CCA


CVE: NA

--------------------------------

This reverts commit 25659790.

Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parent cdf40770
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,8 +54,8 @@ SCHED_FEAT(TTWU_QUEUE, true)
/*
 * When doing wakeups, attempt to limit superfluous scans of the LLC domain.
 */
SCHED_FEAT(SIS_PROP, true)
SCHED_FEAT(SIS_UTIL, false)
SCHED_FEAT(SIS_PROP, false)
SCHED_FEAT(SIS_UTIL, true)

#ifdef CONFIG_SCHED_STEAL
/*