x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability
authorH. Peter Anvin <hpa@zytor.com>
Mon, 26 Jan 2009 17:40:58 +0000 (09:40 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 26 Jan 2009 17:40:58 +0000 (09:40 -0800)
Impact: re-enable CPUID unmasking on affected processors

As far as I am capable of discerning from the documentation,
MSR_IA32_MISC_ENABLE should be available for all family 0xf CPUs, as
well as family 6 for model >= 0xd (newer Pentium M).

The documentation on this isn't ideal, so we need to be on the lookout
for errors, still.

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

No differences found