- Actually enable the Pentium-M cpus
[coreboot.git] / src / cpu / intel / model_69x / model_69x_init.c
index 43c1f252a7b60e4100bde0a02ed6cf75d95a977c..600ad464189c5c32db781c0017dcd4538fc9f53b 100644 (file)
@@ -37,9 +37,7 @@ static struct device_operations cpu_dev_ops = {
        .init     = model_69x_init,
 };
 static struct cpu_device_id cpu_table[] = {
-#if 0
        { X86_VENDOR_INTEL, 0x0695 }, /* Pentium M */
-#endif
        { 0, 0 },
 };