|
@@ -827,7 +827,7 @@ int __init amd_special_default_mtrr(void)
|
|
|
|
|
|
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
|
|
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
|
|
return 0;
|
|
return 0;
|
|
- if (boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x11)
|
|
|
|
|
|
+ if (boot_cpu_data.x86 < 0xf)
|
|
return 0;
|
|
return 0;
|
|
/* In case some hypervisor doesn't pass SYSCFG through: */
|
|
/* In case some hypervisor doesn't pass SYSCFG through: */
|
|
if (rdmsr_safe(MSR_K8_SYSCFG, &l, &h) < 0)
|
|
if (rdmsr_safe(MSR_K8_SYSCFG, &l, &h) < 0)
|