MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / via / model_c7 / model_c7_init.c
index bc326164a162bf43490a22d2401d295a8ee2a99c..585f7494b8ce6fce90391333c1f004e76cd57bd5 100644 (file)
@@ -202,7 +202,7 @@ static void model_c7_init(device_t dev)
        x86_enable_cache();
 
        /* Set up Memory Type Range Registers */
-       x86_setup_mtrrs(36);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
        /* Enable the local cpu apics */