diff for duplicates of <4B0B9CBB.2050107@ladisch.de> diff --git a/a/1.txt b/N1/1.txt index 54d8eee..f7cc7ec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,8 @@ v4: added max/crit values, other changes suggested by Jean Delvare +++ linux-2.6/Documentation/hwmon/k10temp @@ -0,0 +1,60 @@ +Kernel driver k10temp -+==========+ ++===================== ++ +Supported chips: +* AMD Family 10h processors: + Socket F: Quad-Core/Six-Core/Embedded Opteron @@ -201,7 +202,7 @@ v4: added max/crit values, other changes suggested by Jean Delvare + * 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, @@ -305,8 +306,3 @@ v4: added max/crit values, other changes suggested by Jean Delvare + +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 017acec..1320754 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,8 +10,8 @@ "ref\04B0AAA55.3040702@ladisch.de\0" "ref\020091123200527.1114cbc2@hyperion.delvare\0" "From\0Clemens Ladisch <clemens@ladisch.de>\0" - "Subject\0[lm-sensors] [PATCH v4] k10temp: temperature sensor for AMD Family\0" - "Date\0Tue, 24 Nov 2009 08:43:39 +0000\0" + "Subject\0[PATCH v4] k10temp: temperature sensor for AMD Family 10h/11h CPUs\0" + "Date\0Tue, 24 Nov 2009 09:43:39 +0100\0" "To\0Andrew Morton <akpm@linux-foundation.org>" " Jean Delvare <khali@linux-fr.org>\0" "Cc\0Serge Belyshev <belyshev@depni.sinp.msu.ru>" @@ -37,7 +37,8 @@ "+++ linux-2.6/Documentation/hwmon/k10temp\n" "@@ -0,0 +1,60 @@\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" @@ -222,7 +223,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" @@ -325,11 +326,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) -c7e3a3c41bde901ff5fa1ec3b58a63c559dafefa21267536216e80d41cd6f879 +ae97d3aa657adf695a5d9f15af99f47e53aa4265b3f1c1ec99eba9f4c42b81d4
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.