diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-06-18 20:42:36 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-06-18 20:42:36 +0300 |
commit | 944293bcee92acb1cfbbd315f833b4384bfd35fa (patch) | |
tree | 5227b12f3297b3d8a305448f3e43f6b2f3b33851 /include | |
parent | e2c8f8e57ba66aa4bef6990bc9228a29440cf987 (diff) | |
parent | 771fac5e26c17845de8c679e6a947a4371e86ffc (diff) | |
download | linux-944293bcee92acb1cfbbd315f833b4384bfd35fa.tar.xz |
Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fix from Rafael Wysocki:
"Remove recently added frequency invariance support from the CPPC
cpufreq driver, because it has turned out to be problematic and it
cannot be fixed properly on time for 5.13 (Viresh Kumar)"
* tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
Revert "cpufreq: CPPC: Add support for frequency invariance"
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/arch_topology.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/arch_topology.h b/include/linux/arch_topology.h index f180240dc95f..11e555cfaecb 100644 --- a/include/linux/arch_topology.h +++ b/include/linux/arch_topology.h @@ -37,7 +37,6 @@ bool topology_scale_freq_invariant(void); enum scale_freq_source { SCALE_FREQ_SOURCE_CPUFREQ = 0, SCALE_FREQ_SOURCE_ARCH, - SCALE_FREQ_SOURCE_CPPC, }; struct scale_freq_data { |