commit | 0b131be8d4125b32eb5b94e84f4f9dee6a0ef797 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Thu Mar 13 15:40:52 2014 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Mar 13 15:55:46 2014 -0700 |
tree | a05462d789b3b55591b4fbbf01f89823e53fa276 | |
parent | c0a639ad0bc6b178b46996bd1f821a04643e2bde [diff] |
x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic 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>