- Bug fixes to the P-III support
[coreboot.git] / src / cpu / intel / model_6xx / model_6xx_init.c
index 43baf6e3461e7ac3be27ccc8bb8c7f9d8c3f5fd5..d33ac58dfd2979fbcf19540fd83a4536d8df637e 100644 (file)
@@ -26,7 +26,7 @@ static uint32_t microcode_updates[] = {
 };
 
 
-static void model_f0x_init(device_t dev)
+static void model_6xx_init(device_t dev)
 {
        /* Turn on caching if we haven't already */
        x86_enable_cache();
@@ -40,7 +40,7 @@ static void model_f0x_init(device_t dev)
 };
 
 static struct device_operations cpu_dev_ops = {
-       .init     = model_f0x_init,
+       .init     = model_6xx_init,
 };
 static struct cpu_device_id cpu_table[] = {
        { X86_VENDOR_INTEL, 0x0672 },