diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-07-31 08:27:37 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-08-01 08:14:03 -0400 |
commit | f5c13f44c7ad4fc0ce78e5da996762c2aebf510b (patch) | |
tree | e9b09956febdf02c0f72262f3f252677fc56369f | |
parent | c4f3f70cacba2fa19545389a12d09b606d2ad1cf (diff) |
cpufreq: intel_pstate: Drop INTEL_PSTATE_HWP_SAMPLING_INTERVAL
After commit 62611cb912f7 (intel_pstate: delete scheduler hook in HWP
mode) the INTEL_PSTATE_HWP_SAMPLING_INTERVAL is not used anywhere in
the code, so drop it.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/intel_pstate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index f562ca74bd3b..2eac2adff11b 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <asm/intel-family.h> | 38 | #include <asm/intel-family.h> |
39 | 39 | ||
40 | #define INTEL_PSTATE_DEFAULT_SAMPLING_INTERVAL (10 * NSEC_PER_MSEC) | 40 | #define INTEL_PSTATE_DEFAULT_SAMPLING_INTERVAL (10 * NSEC_PER_MSEC) |
41 | #define INTEL_PSTATE_HWP_SAMPLING_INTERVAL (50 * NSEC_PER_MSEC) | ||
42 | 41 | ||
43 | #define INTEL_CPUFREQ_TRANSITION_LATENCY 20000 | 42 | #define INTEL_CPUFREQ_TRANSITION_LATENCY 20000 |
44 | #define INTEL_CPUFREQ_TRANSITION_DELAY 500 | 43 | #define INTEL_CPUFREQ_TRANSITION_DELAY 500 |