summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin2011-07-14 23:58:44 +0200
committerH. Peter Anvin2011-07-14 23:58:44 +0200
commit4bb82178f5cb074783aaeaa06f9f840c67af7707 (patch)
treedcfae027f9a84cd2432f75531c736143c77732cf
parentx86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIAS (diff)
downloadkernel-qcow2-linux-4bb82178f5cb074783aaeaa06f9f840c67af7707.tar.gz
kernel-qcow2-linux-4bb82178f5cb074783aaeaa06f9f840c67af7707.tar.xz
kernel-qcow2-linux-4bb82178f5cb074783aaeaa06f9f840c67af7707.zip
x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVE
Fix a trivial typo in the name of the constant ENERGY_PERF_BIAS_POWERSAVE. This didn't cause trouble because this constant is not currently used for anything. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: Len Brown <len.brown@intel.com> Link: http://lkml.kernel.org/r/tip-abe48b108247e9b90b4c6739662a2e5c765ed114@git.kernel.org
-rw-r--r--arch/x86/include/asm/msr-index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h
index 23a9d898baad..d96bdb25ca3d 100644
--- a/arch/x86/include/asm/msr-index.h
+++ b/arch/x86/include/asm/msr-index.h
@@ -261,7 +261,7 @@
#define MSR_IA32_ENERGY_PERF_BIAS 0x000001b0
#define ENERGY_PERF_BIAS_PERFORMANCE 0
#define ENERGY_PERF_BIAS_NORMAL 6
-#define ENERGY_PERF_BIAS_POWERSWAVE 15
+#define ENERGY_PERF_BIAS_POWERSAVE 15
#define MSR_IA32_PACKAGE_THERM_STATUS 0x000001b1