diff options
Diffstat (limited to 'sysutils/x86info/files/patch-Intel_info.c')
| -rw-r--r-- | sysutils/x86info/files/patch-Intel_info.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/x86info/files/patch-Intel_info.c b/sysutils/x86info/files/patch-Intel_info.c new file mode 100644 index 000000000000..fcb768cd51d1 --- /dev/null +++ b/sysutils/x86info/files/patch-Intel_info.c @@ -0,0 +1,11 @@ +--- Intel/info.c.orig Thu Aug 24 01:24:35 2006 ++++ Intel/info.c Thu Aug 24 01:25:13 2006 +@@ -35,7 +35,7 @@ + if (show_msr) { + if (cpu->family==0xf) + dump_p4_MSRs(cpu); +- if (cpu->family==0x6 && cpu->model==9) ++ if (cpu->family==0x6 && (cpu->model == 9 || cpu->model == 13)) + dump_centrino_MSRs(cpu); + } + |
