Skip to content

Commit 4bb8217

Browse files
author
H. Peter Anvin
committed
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
1 parent abe48b1 commit 4bb8217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/msr-index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
#define MSR_IA32_ENERGY_PERF_BIAS 0x000001b0
262262
#define ENERGY_PERF_BIAS_PERFORMANCE 0
263263
#define ENERGY_PERF_BIAS_NORMAL 6
264-
#define ENERGY_PERF_BIAS_POWERSWAVE 15
264+
#define ENERGY_PERF_BIAS_POWERSAVE 15
265265

266266
#define MSR_IA32_PACKAGE_THERM_STATUS 0x000001b1
267267

0 commit comments

Comments
 (0)