match against all steppings of a CPU model, because these are _model_ drivers.
(trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
ac555b1c69
commit
5a522d4a42
@@ -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 },
|
||||
};
|
||||
|
Reference in New Issue
Block a user