You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/i7z/files/nehalem.patch

16 lines
477 B

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)