summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-06-18 19:42:36 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2021-06-18 19:42:36 +0200
commit944293bcee92acb1cfbbd315f833b4384bfd35fa (patch)
tree5227b12f3297b3d8a305448f3e43f6b2f3b33851 /include
parentMerge tag 'usb-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... (diff)
parentRevert "cpufreq: CPPC: Add support for frequency invariance" (diff)
downloadlinux-944293bcee92acb1cfbbd315f833b4384bfd35fa.tar.xz
linux-944293bcee92acb1cfbbd315f833b4384bfd35fa.zip
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.h1
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 {