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, 0 insertions, 11 deletions
diff --git a/sysutils/x86info/files/patch-Intel_info.c b/sysutils/x86info/files/patch-Intel_info.c deleted file mode 100644 index fcb768cd51d1..000000000000 --- a/sysutils/x86info/files/patch-Intel_info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - } - |