diff options
-rw-r--r-- | Intel/info.c | 2 |
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); } |