MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_65x / model_65x_init.c
index ef9759782c1558c80809b9fe2caf462d1d6cd3f8..285bacd94b02def4305f127f5a00e4989b5c368d 100644 (file)
@@ -65,7 +65,7 @@ static void model_65x_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();
 
        /* Enable the local cpu apics */