From 74cd569821f2bc4148e1fb6281c587323d14811e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 Jun 2010 10:04:28 +0000 Subject: inteltool: basic poulsbo sch support. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5601 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/inteltool/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/inteltool/cpu.c') diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c index ee49d96b0e..aa3505f6ee 100644 --- a/util/inteltool/cpu.c +++ b/util/inteltool/cpu.c @@ -464,7 +464,7 @@ int print_intel_core_msrs(void) /* Get CPU family and model, not the stepping * (TODO: extended family/model) */ - id = cpuid(1) & 0xff0; + id = cpuid(1) & 0xfffff0; for (i = 0; i < ARRAY_SIZE(cpulist); i++) { if(cpulist[i].model == id) { cpu = &cpulist[i]; -- cgit v1.2.3