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