MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_106cx / model_106cx_init.c
index 1199315c4820878ed8269fff0f49daa83389902d..4bf2924fedf8c6b4407a3b799c3a4919440d7cef 100644 (file)
@@ -158,7 +158,7 @@ static void model_106cx_init(device_t cpu)
 #endif
 
        /* Setup MTRRs */
-       x86_setup_mtrrs(32);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
 #if CONFIG_USBDEBUG