summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-07-31 14:27:37 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-08-01 14:14:03 +0200
commitf5c13f44c7ad4fc0ce78e5da996762c2aebf510b (patch)
treee9b09956febdf02c0f72262f3f252677fc56369f /drivers/cpufreq
parentc4f3f70cacba2fa19545389a12d09b606d2ad1cf (diff)
downloadop-kernel-dev-f5c13f44c7ad4fc0ce78e5da996762c2aebf510b.zip
op-kernel-dev-f5c13f44c7ad4fc0ce78e5da996762c2aebf510b.tar.gz
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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/intel_pstate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index f562ca7..2eac2ad 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -38,7 +38,6 @@
#include <asm/intel-family.h>
#define INTEL_PSTATE_DEFAULT_SAMPLING_INTERVAL (10 * NSEC_PER_MSEC)
-#define INTEL_PSTATE_HWP_SAMPLING_INTERVAL (50 * NSEC_PER_MSEC)
#define INTEL_CPUFREQ_TRANSITION_LATENCY 20000
#define INTEL_CPUFREQ_TRANSITION_DELAY 500
OpenPOWER on IntegriCloud