MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_6bx / model_6bx_init.c
index a8883ecc6589a140db4e105a4cc2db48da18adaf..a06d7fb23d2dc56fb836f9c7b7d2bae5ee47b98d 100644 (file)
@@ -71,7 +71,7 @@ static void model_6bx_init(device_t cpu)
 #endif
 
        /* Setup MTRRs */
-       x86_setup_mtrrs(36);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
 #if CONFIG_USBDEBUG