diff for duplicates of <20100511080112.GB19762@owl> diff --git a/a/1.txt b/N1/1.txt index d9c8125..27eb0c1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,14 +30,14 @@ index e9b7fbc..be0ddcf 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); - continue; @@ -55,8 +55,3 @@ index e9b7fbc..be0ddcf 100644 err = -ENODEV; -- 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 411a267..29c17f7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020100507095459.GA12190@owl\0" "ref\020100510033525.GC9181@owl\0" "From\0Huaxu Wan <huaxu.wan@linux.intel.com>\0" - "Subject\0[lm-sensors] [PATCH 1/2 V3] hwmon: (coretemp) Detect the thermal\0" - "Date\0Tue, 11 May 2010 07:55:25 +0000\0" + "Subject\0[PATCH 1/2 V3] hwmon: (coretemp) Detect the thermal sensors by CPUID\0" + "Date\0Tue, 11 May 2010 16:01:12 +0800\0" "To\0Huaxu Wan <huaxu.wan@linux.intel.com>\0" "Cc\0linux-kernel@vger.kernel.org" lm-sensors@lm-sensors.org @@ -43,14 +43,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" "- continue;\n" @@ -67,11 +67,6 @@ " if (list_empty(&pdev_list)) {\n" " err = -ENODEV;\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 -186cfd77ff57f38518f04381ca5b6b017514582a978faa78ed89d34a529e0f46 +ba4ff2f47b0af2d21b3b7df246cc103e9a02c40571d5a267aa67fabe9d005db5
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.