After this has been brought up many times before, rename src/arch/i386 to
[coreboot.git] / src / cpu / via / model_c7 / model_c7_init.c
index 68b5ed04514a23bc8f38f675e3026ff4dcc5d5e7..bc326164a162bf43490a22d2401d295a8ee2a99c 100644 (file)
@@ -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.
  */