diff options
Diffstat (limited to 'src/cpu/intel/model_6dx')
-rw-r--r-- | src/cpu/intel/model_6dx/model_6dx_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_6dx/model_6dx_init.c b/src/cpu/intel/model_6dx/model_6dx_init.c index 9319c64d81..936c67afc9 100644 --- a/src/cpu/intel/model_6dx/model_6dx_init.c +++ b/src/cpu/intel/model_6dx/model_6dx_init.c @@ -38,6 +38,7 @@ static struct device_operations cpu_dev_ops = { .init = model_6dx_init, }; static struct cpu_device_id cpu_table[] = { + { X86_VENDOR_INTEL, 0x06D0 }, /* Pentium M on 90nm with 2MiB of L2 cache */ { X86_VENDOR_INTEL, 0x06D6 }, /* Pentium M on 90nm with 2MiB of L2 cache */ { 0, 0 }, }; |