All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100507095459.GA12190@owl>

diff --git a/a/1.txt b/N1/1.txt
index cf3b893..fc676f0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,14 +30,14 @@ index e9b7fbc..237c68d 100644
 -                 0x17 (Penryn 45nm), 0x1a (Nehalem), 0x1c (Atom),
 -                 0x1e (Lynnfield) */
 -               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 = 0x1c) ||
--                       (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 == 0x1c) ||
+-                       (c->x86_model == 0x1e))) {
 -
 -                       /* supported CPU not found, but report the unknown
 -                          family 6 CPU */
--                       if ((c->x86 = 0x6) && (c->x86_model > 0xf))
+-                       if ((c->x86 == 0x6) && (c->x86_model > 0xf))
 -                               printk(KERN_WARNING DRVNAME ": Unknown CPU "
 -                                       "model 0x%x\n", c->x86_model);
 +               /* check if the CPU has thermal sensor */
@@ -51,8 +51,3 @@ index e9b7fbc..237c68d 100644
 
 --
 1.6.3.3.363.g725cf7
-
-_______________________________________________
-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 96fa4dd..f856d71 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,6 @@
- "ref\020100305152852.GA15945@owl\0"
  "From\0Huaxu Wan <huaxu.wan@linux.intel.com>\0"
- "Subject\0[lm-sensors] [PATCH 1/2] hwmon: (coretemp) Detect the thermal\0"
- "Date\0Fri, 07 May 2010 09:54:59 +0000\0"
+ "Subject\0[PATCH 1/2] hwmon: (coretemp) Detect the thermal sensors by CPUID\0"
+ "Date\0Fri, 7 May 2010 17:54:59 +0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " lm-sensors@lm-sensors.org\0"
  "Cc\0huaxu.wan@intel.com"
@@ -40,14 +39,14 @@
  "-                 0x17 (Penryn 45nm), 0x1a (Nehalem), 0x1c (Atom),\n"
  "-                 0x1e (Lynnfield) */\n"
  "-               if ((c->cpuid_level < 0) || (c->x86 != 0x6) ||\n"
- "-                   !((c->x86_model = 0xe) || (c->x86_model = 0xf) ||\n"
- "-                       (c->x86_model = 0x16) || (c->x86_model = 0x17) ||\n"
- "-                       (c->x86_model = 0x1a) || (c->x86_model = 0x1c) ||\n"
- "-                       (c->x86_model = 0x1e))) {\n"
+ "-                   !((c->x86_model == 0xe) || (c->x86_model == 0xf) ||\n"
+ "-                       (c->x86_model == 0x16) || (c->x86_model == 0x17) ||\n"
+ "-                       (c->x86_model == 0x1a) || (c->x86_model == 0x1c) ||\n"
+ "-                       (c->x86_model == 0x1e))) {\n"
  "-\n"
  "-                       /* supported CPU not found, but report the unknown\n"
  "-                          family 6 CPU */\n"
- "-                       if ((c->x86 = 0x6) && (c->x86_model > 0xf))\n"
+ "-                       if ((c->x86 == 0x6) && (c->x86_model > 0xf))\n"
  "-                               printk(KERN_WARNING DRVNAME \": Unknown CPU \"\n"
  "-                                       \"model 0x%x\\n\", c->x86_model);\n"
  "+               /* check if the CPU has thermal sensor */\n"
@@ -60,11 +59,6 @@
  "                }\n"
  "\n"
  "--\n"
- "1.6.3.3.363.g725cf7\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ 1.6.3.3.363.g725cf7
 
-0cfd5607b2cae70fa8c8a44f5dbf639fda8180dec4a178f0d87c770d13387228
+f44b783816120fad7a753051042c299acee97118aacdb1d2fb4efdca7c1fca6a

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.