MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_68x / model_68x_init.c
index 724469345248e0daa08662b7d0c15067cbb61b5a..fa35e55b504b815c54f0db184b9975d81f086b29 100644 (file)
@@ -85,7 +85,7 @@ static void model_68x_init(device_t cpu)
 #endif
 
        /* Setup MTRRs */
-       x86_setup_mtrrs(36);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
 #if CONFIG_USBDEBUG