Skip to content

Commit

Permalink
x86, msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVE
Browse files Browse the repository at this point in the history
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
  • Loading branch information
H. Peter Anvin committed Jul 14, 2011
1 parent abe48b1 commit 4bb8217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/msr-index.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4bb8217

Please sign in to comment.