diff options
author | Eric Biederman <ebiederm@xmission.com> | 2004-10-27 01:18:47 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2004-10-27 01:18:47 +0000 |
commit | dfde9bb64953d2f7c792a67e0e231eb5cabcd673 (patch) | |
tree | 6ffe40324f14e8bd97dd9b7afd038d973ca40426 /src/cpu/intel | |
parent | 3566b3d545dd13f3760e6aa1fc50159243991e1d (diff) |
- Actually enable the Pentium-M cpus
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1719 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel')
-rw-r--r-- | src/cpu/intel/model_69x/model_69x_init.c | 2 | ||||
-rw-r--r-- | src/cpu/intel/model_6dx/model_6dx_init.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/intel/model_69x/model_69x_init.c b/src/cpu/intel/model_69x/model_69x_init.c index 43c1f252a7..600ad46418 100644 --- a/src/cpu/intel/model_69x/model_69x_init.c +++ b/src/cpu/intel/model_69x/model_69x_init.c @@ -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 }, }; diff --git a/src/cpu/intel/model_6dx/model_6dx_init.c b/src/cpu/intel/model_6dx/model_6dx_init.c index b646066eb6..ca00df43b4 100644 --- a/src/cpu/intel/model_6dx/model_6dx_init.c +++ b/src/cpu/intel/model_6dx/model_6dx_init.c @@ -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 }, }; |