All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4AB6724A.1060702@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index ac73957..d4c52e8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,15 +18,10 @@ index 93c1722..a9a21dc 100644
 -		/* check if family 6, models 0xe, 0xf, 0x16, 0x17, 0x1A */
 +		/* check if family 6, models 0xe, 0xf, 0x16, 0x17, 0x1A, 0x1E */
  		if ((c->cpuid_level < 0) || (c->x86 != 0x6) ||
- 		    !((c->x86_model = 0xe) || (c->x86_model = 0xf) ||
- 			(c->x86_model = 0x16) || (c->x86_model = 0x17) ||
--			(c->x86_model = 0x1A))) {
-+			(c->x86_model = 0x1A) || (c->x86_model = 0x1E))) {
+ 		    !((c->x86_model == 0xe) || (c->x86_model == 0xf) ||
+ 			(c->x86_model == 0x16) || (c->x86_model == 0x17) ||
+-			(c->x86_model == 0x1A))) {
++			(c->x86_model == 0x1A) || (c->x86_model == 0x1E))) {
  
  			/* supported CPU not found, but report the unknown
  			   family 6 CPU */
-
-_______________________________________________
-lm-sensors mailing list
-lm-sensors@lm-sensors.org
-http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
diff --git a/a/content_digest b/N1/content_digest
index bd99750..7e56a20 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\04AB5DE1F.1020004@gmail.com\0"
  "From\0Robert Hancock <hancockrwd@gmail.com>\0"
- "Subject\0[lm-sensors] [PATCH] coretemp: add support for Core i5 CPU\0"
- "Date\0Sun, 20 Sep 2009 18:19:54 +0000\0"
+ "Subject\0[PATCH] coretemp: add support for Core i5 CPU\0"
+ "Date\0Sun, 20 Sep 2009 12:19:54 -0600\0"
  "To\0linux-kernel <linux-kernel@vger.kernel.org>"
  " lm-sensors@lm-sensors.org\0"
  "Cc\0r.marek@assembler.cz\0"
@@ -27,17 +27,12 @@
  "-\t\t/* check if family 6, models 0xe, 0xf, 0x16, 0x17, 0x1A */\n"
  "+\t\t/* check if family 6, models 0xe, 0xf, 0x16, 0x17, 0x1A, 0x1E */\n"
  " \t\tif ((c->cpuid_level < 0) || (c->x86 != 0x6) ||\n"
- " \t\t    !((c->x86_model = 0xe) || (c->x86_model = 0xf) ||\n"
- " \t\t\t(c->x86_model = 0x16) || (c->x86_model = 0x17) ||\n"
- "-\t\t\t(c->x86_model = 0x1A))) {\n"
- "+\t\t\t(c->x86_model = 0x1A) || (c->x86_model = 0x1E))) {\n"
+ " \t\t    !((c->x86_model == 0xe) || (c->x86_model == 0xf) ||\n"
+ " \t\t\t(c->x86_model == 0x16) || (c->x86_model == 0x17) ||\n"
+ "-\t\t\t(c->x86_model == 0x1A))) {\n"
+ "+\t\t\t(c->x86_model == 0x1A) || (c->x86_model == 0x1E))) {\n"
  " \n"
  " \t\t\t/* supported CPU not found, but report the unknown\n"
- " \t\t\t   family 6 CPU */\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ " \t\t\t   family 6 CPU */"
 
-fb10dfcefb8324c6612a4995e839c5d87e561ef7f7f0b28874645daa734208c9
+e02f90245797c255221abb2fc57cac8d449237cc99f4c7f0d7787b4348646bf3

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.