Commit 34f4979f authored by Zheng Zengkai's avatar Zheng Zengkai
Browse files

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

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


CVE: NA

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

This reverts commit 3f18c6fb.

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

#ifdef CONFIG_SCHED_STEAL
/*