MTRR: get physical address size from CPUID
[coreboot.git] / src / cpu / intel / model_f3x / model_f3x_init.c
index f04ddcc0ce545d6fbda41ff5770c7582fec0ee12..580c98b4d75438e31763a6ebde4425230fd4f090 100644 (file)
@@ -31,7 +31,7 @@ static void model_f3x_init(device_t cpu)
 {
        /* Turn on caching if we haven't already */
        x86_enable_cache();
-       x86_setup_mtrrs(36);
+       x86_setup_mtrrs();
        x86_mtrr_check();
 
        /* Update the microcode */