MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_f4x / model_f4x_init.c
index d4c163430829fb654455404473afe5b8059df1a4..54edf2e335ac1b027061ca93a05d58800e2ff8a2 100644 (file)
@@ -39,7 +39,7 @@ static void model_f4x_init(device_t cpu)
 {
        /* Turn on caching if we haven't already */
        x86_enable_cache();
-       x86_setup_mtrrs(36);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
        /* Update the microcode */