MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_69x / model_69x_init.c
index db8e661d8e8e0ab28ac11ae87902da2c11b84c84..cb805aec512cf76d40ea599f856f0313abc60847 100644 (file)
@@ -25,7 +25,7 @@ static void model_69x_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 */