- Actually enable the Pentium-M cpus

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1719 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2004-10-27 01:18:47 +00:00
parent 3566b3d545
commit dfde9bb649
2 changed files with 0 additions and 4 deletions

View File

@ -37,9 +37,7 @@ static struct device_operations cpu_dev_ops = {
.init = model_69x_init, .init = model_69x_init,
}; };
static struct cpu_device_id cpu_table[] = { static struct cpu_device_id cpu_table[] = {
#if 0
{ X86_VENDOR_INTEL, 0x0695 }, /* Pentium M */ { X86_VENDOR_INTEL, 0x0695 }, /* Pentium M */
#endif
{ 0, 0 }, { 0, 0 },
}; };

View File

@ -37,9 +37,7 @@ static struct device_operations cpu_dev_ops = {
.init = model_6dx_init, .init = model_6dx_init,
}; };
static struct cpu_device_id cpu_table[] = { static struct cpu_device_id cpu_table[] = {
#if 0
{ X86_VENDOR_INTEL, 0x06D6 }, /* Pentium M on 90nm with 2MiB of L2 cache */ { X86_VENDOR_INTEL, 0x06D6 }, /* Pentium M on 90nm with 2MiB of L2 cache */
#endif
{ 0, 0 }, { 0, 0 },
}; };