diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-09-05 14:04:20 +0300 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-09-05 14:04:20 +0300 |
| commit | 287f97a1510b951f01124b7c3d783684cee6d11e (patch) | |
| tree | fcfde23709244b0bddea92a72509aebf6d062c32 /include/linux | |
| parent | b02d2cf5b220872cd10afe610348b9ec41b9ac05 (diff) | |
| parent | 929ebc93ccaa8d183a2ba9f1cf769d1bfb847cca (diff) | |
| download | linux-287f97a1510b951f01124b7c3d783684cee6d11e.tar.xz | |
Merge back cpufreq material for 6.12
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpufreq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index d4d2f4d1d7cb..e0e19d9c1323 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -577,12 +577,6 @@ static inline unsigned long cpufreq_scale(unsigned long old, u_int div, #define CPUFREQ_POLICY_POWERSAVE (1) #define CPUFREQ_POLICY_PERFORMANCE (2) -/* - * The polling frequency depends on the capability of the processor. Default - * polling frequency is 1000 times the transition latency of the processor. - */ -#define LATENCY_MULTIPLIER (1000) - struct cpufreq_governor { char name[CPUFREQ_NAME_LEN]; int (*init)(struct cpufreq_policy *policy); |
