MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_f1x / model_f1x_init.c
index 106968720ae32302a57abba4298b67515728553f..feb841050c878c7c0530e915ccaf01cb0c8af199 100644 (file)
@@ -31,7 +31,7 @@ static void model_f1x_init(device_t dev)
 {
        /* Turn on caching if we haven't already */
        x86_enable_cache();
-       x86_setup_mtrrs(36);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
        /* Update the microcode */