x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 13 Mar 2014 22:40:52 +0000 (15:40 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 13 Mar 2014 22:55:46 +0000 (15:55 -0700)
Replace somewhat arbitrary constants for bits in MSR_IA32_MISC_ENABLE
with verbose but systematic ones.  Add _BIT defines for all the rest
of them, too.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found