diff options
Diffstat (limited to 'src/cpu/via')
-rw-r--r-- | src/cpu/via/model_c7/model_c7_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/via/model_c7/model_c7_init.c b/src/cpu/via/model_c7/model_c7_init.c index 68b5ed0451..bc326164a1 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. */ |