From: H. Peter Anvin Date: Mon, 26 Jan 2009 17:40:58 +0000 (-0800) Subject: x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability X-Git-Tag: v2.6.29-rc4~82^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a0fb947a68ad3ab8a7184e3b3d79dce10e3688;p=pandora-kernel.git x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability 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 --- Reading git-diff-tree failed