diff options
| author | Rafael J. Wysocki <[email protected]> | 2024-09-02 14:27:53 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2024-09-02 14:27:53 +0200 |
| commit | c4a6c82c9e834e40cba258e1f5e46cebb5cd1c24 (patch) | |
| tree | c8b1d1b8ba5250f139a1534deae0809835fe5295 /include/linux | |
| parent | 15d75184a86fdd8ba56e17606c3088ac60150ab3 (diff) | |
| parent | 3ca2a3d1e7271549985dc57c8106bb07b3134ecb (diff) | |
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); |