summaryrefslogtreecommitdiff
path: root/Intel
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-02-18 14:17:53 -0500
committerDave Jones <davej@redhat.com>2011-02-18 14:17:53 -0500
commit685fbdd34e810d5e654bf417d7a8e92b7276aba4 (patch)
tree76d8e92158cd3b17890e954996e8041ca46e2c50 /Intel
parent8c8cf56c137fd84f379fb0e158cc331cef6aa0cb (diff)
use model()
Diffstat (limited to 'Intel')
-rw-r--r--Intel/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Intel/info.c b/Intel/info.c
index d0b7ca4..166ccbf 100644
--- a/Intel/info.c
+++ b/Intel/info.c
@@ -116,7 +116,7 @@ void display_Intel_info(struct cpudata *cpu)
if (show_msr) {
if (cpu->family == 0xf)
dump_p4_MSRs(cpu);
- if (cpu->family == 0x6 && (cpu->model == 9 || cpu->model == 13))
+ if (cpu->family == 0x6 && (cpu->model == 9 || model(cpu) >= 13))
dump_centrino_MSRs(cpu);
}