X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fcpu%2Fvia%2Fmodel_c7%2Fmodel_c7_init.c;h=bc326164a162bf43490a22d2401d295a8ee2a99c;hp=68b5ed04514a23bc8f38f675e3026ff4dcc5d5e7;hb=8677a23d5b053d550f70246de9c7dc8fd4e2fbf9;hpb=198cb96387c457affa01696405ffaa4531e8e361 diff --git a/src/cpu/via/model_c7/model_c7_init.c b/src/cpu/via/model_c7/model_c7_init.c index 68b5ed045..bc326164a 100644 --- a/src/cpu/via/model_c7/model_c7_init.c +++ b/src/cpu/via/model_c7/model_c7_init.c @@ -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. */