Remove no-op Makefiles under mainboard directory
[coreboot.git] / src / cpu / via / model_c7 / model_c7_init.c
index 68b5ed04514a23bc8f38f675e3026ff4dcc5d5e7..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 */
@@ -213,7 +213,7 @@ static struct device_operations cpu_dev_ops = {
        .init = model_c7_init,
 };
 
-/* Look in arch/i386/lib/cpu.c:cpu_initialize. If there is no CPU with an exact
+/* Look in arch/x86/lib/cpu.c:cpu_initialize. If there is no CPU with an exact
  * ID, the cpu mask (stepping) is masked out and the check is repeated. This
  * allows us to keep the table significantly smaller.
  */