- 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:
parent
3566b3d545
commit
dfde9bb649
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
@ -37,9 +37,7 @@ static struct device_operations cpu_dev_ops = {
|
|||
.init = model_6dx_init,
|
||||
};
|
||||
static struct cpu_device_id cpu_table[] = {
|
||||
#if 0
|
||||
{ X86_VENDOR_INTEL, 0x06D6 }, /* Pentium M on 90nm with 2MiB of L2 cache */
|
||||
#endif
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue