summaryrefslogtreecommitdiff
blob: c1b5639779a97102ec587d2c12ea0c31ec831fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Beckmann <anbe@debian.org>
Description: fix some nehalem detected as haswell, too
Bug-Debian: https://bugs.debian.org/856806

--- a/helper_functions.c
+++ b/helper_functions.c
@@ -420,7 +420,7 @@ void Print_Information_Processor(bool* n
    	    *nehalem = true;
 	    *sandy_bridge = false;
 	    *ivy_bridge = false;
-	    *haswell = true;
+	    *haswell = false;
 
         } else if (proc_info.extended_model == 0x2) {
             switch (proc_info.model)