MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_6dx / model_6dx_init.c
index 820597da400e586e16572ea819b70e5ef37c71c8..19b351dd1c7ae2d72914d43f79d48f6b18dbbf03 100644 (file)
@@ -23,7 +23,7 @@ static void model_6dx_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 */