Re: [PATCH v3 5/5] arch_topology, arm, arm64: define arch_scale_freq_invariant()

2020-08-25 Thread Viresh Kumar
On 24-08-20, 22:02, Ionela Voinescu wrote: > From: Valentin Schneider > > arch_scale_freq_invariant() is used by schedutil to determine whether > the scheduler's load-tracking signals are frequency invariant. Its > definition is overridable, though by default it is hardcoded to 'true' > if

[PATCH v3 5/5] arch_topology, arm, arm64: define arch_scale_freq_invariant()

2020-08-24 Thread Ionela Voinescu
From: Valentin Schneider arch_scale_freq_invariant() is used by schedutil to determine whether the scheduler's load-tracking signals are frequency invariant. Its definition is overridable, though by default it is hardcoded to 'true' if arch_scale_freq_capacity() is defined ('false' otherwise).