Unverified Commit 2f2eaf1a authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

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

parents addad2cb 3f18c6fb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -54,13 +54,8 @@ 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
/*