diff for duplicates of <4B0A3DB6.9090703@ladisch.de> diff --git a/a/1.txt b/N1/1.txt index 0a4d725..76ef006 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,8 @@ v3: added 'force' parameter for CPUs with buggy sensor; more documentation +++ linux-2.6/Documentation/hwmon/k10temp @@ -0,0 +1,57 @@ +Kernel driver k10temp -+==========+ ++===================== ++ +Supported chips: +* AMD Family 10h processors: + Socket F: Quad-Core/Six-Core/Embedded Opteron @@ -167,7 +168,7 @@ v3: added 'force' parameter for CPUs with buggy sensor; more documentation + * Erratum 319: The thermal sensor of older Family 10h processors + * (B steppings) may be unreliable. + */ -+ return boot_cpu_data.x86 = 0x10 && boot_cpu_data.x86_model <= 2; ++ return boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model <= 2; +} + +static int __devinit k10temp_probe(struct pci_dev *pdev, @@ -246,8 +247,3 @@ v3: added 'force' parameter for CPUs with buggy sensor; more documentation + +module_init(k10temp_init) +module_exit(k10temp_exit) - -_______________________________________________ -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 4e3d983..3ffe8d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,8 +6,8 @@ "ref\04B068402.7020606@ladisch.de\0" "ref\020091120131855.7f8f8722@hyperion.delvare\0" "From\0Clemens Ladisch <clemens@ladisch.de>\0" - "Subject\0[lm-sensors] [PATCH v3] k10temp: temperature sensor for AMD Family\0" - "Date\0Mon, 23 Nov 2009 07:45:58 +0000\0" + "Subject\0[PATCH v3] k10temp: temperature sensor for AMD Family 10h/11h CPUs\0" + "Date\0Mon, 23 Nov 2009 08:45:58 +0100\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" "Cc\0Serge Belyshev <belyshev@depni.sinp.msu.ru>" Jean Delvare <khali@linux-fr.org> @@ -32,7 +32,8 @@ "+++ linux-2.6/Documentation/hwmon/k10temp\n" "@@ -0,0 +1,57 @@\n" "+Kernel driver k10temp\n" - "+==========+\n" + "+=====================\n" + "+\n" "+Supported chips:\n" "+* AMD Family 10h processors:\n" "+ Socket F: Quad-Core/Six-Core/Embedded Opteron\n" @@ -184,7 +185,7 @@ "+\t * Erratum 319: The thermal sensor of older Family 10h processors\n" "+\t * (B steppings) may be unreliable.\n" "+\t */\n" - "+\treturn boot_cpu_data.x86 = 0x10 && boot_cpu_data.x86_model <= 2;\n" + "+\treturn boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model <= 2;\n" "+}\n" "+\n" "+static int __devinit k10temp_probe(struct pci_dev *pdev,\n" @@ -262,11 +263,6 @@ "+}\n" "+\n" "+module_init(k10temp_init)\n" - "+module_exit(k10temp_exit)\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + +module_exit(k10temp_exit) -d875e0a057e296726758d41359565672d6ae75f6c642d91e4d902ed06b535602 +3900bd4c834b2838f3dc363ecc8886c6a4988dc37a91c0c836164ff194c294d0
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.