summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-06-18 10:42:36 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-06-18 10:42:36 -0700
commit944293bcee92acb1cfbbd315f833b4384bfd35fa (patch)
tree5227b12f3297b3d8a305448f3e43f6b2f3b33851 /include/linux
parente2c8f8e57ba66aa4bef6990bc9228a29440cf987 (diff)
parent771fac5e26c17845de8c679e6a947a4371e86ffc (diff)
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/linux')
-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 {