diff for duplicates of <20100507144356.4dae6046@hyperion.delvare> diff --git a/a/1.txt b/N1/1.txt index b53f566..25bf196 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,14 +40,14 @@ he will take care. > - 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 */ @@ -65,8 +65,3 @@ he will take care. -- Jean Delvare - -_______________________________________________ -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 7fb8066..cc9c49f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100507095459.GA12190@owl\0" "From\0Jean Delvare <khali@linux-fr.org>\0" - "Subject\0Re: [lm-sensors] [PATCH 1/2] hwmon: (coretemp) Detect the thermal\0" - "Date\0Fri, 07 May 2010 12:43:56 +0000\0" + "Subject\0Re: [PATCH 1/2] hwmon: (coretemp) Detect the thermal sensors by CPUID\0" + "Date\0Fri, 7 May 2010 14:43:56 +0200\0" "To\0Huaxu Wan <huaxu.wan@linux.intel.com>\0" "Cc\0linux-kernel@vger.kernel.org" lm-sensors@lm-sensors.org @@ -50,14 +50,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" @@ -74,11 +74,6 @@ "\n" "\n" "-- \n" - "Jean Delvare\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Jean Delvare -2192fd83dd66c92469446b024a48d3b7283d5b7017cb65179fe7cb426dd6342e +e44fca8ef6d07f77f67c524b1003dea87442706d50b057d2743bbd3894c3a54b
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.