diff for duplicates of <20070912015647.214306428@sgi.com> diff --git a/a/1.txt b/N1/1.txt index 359b51c..528019f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -61,8 +61,8 @@ Signed-off-by: Mike Travis <travis@sgi.com> static void @@ -666,7 +668,7 @@ - if (cpu_data(cpu)->threads_per_core == 1 && - cpu_data(cpu)->cores_per_socket == 1) { + if (cpu_data(cpu)->threads_per_core = 1 && + cpu_data(cpu)->cores_per_socket = 1) { cpu_clear(cpu, cpu_core_map[cpu]); - cpu_clear(cpu, cpu_sibling_map[cpu]); + cpu_clear(cpu, per_cpu(cpu_sibling_map, cpu)); @@ -72,7 +72,7 @@ Signed-off-by: Mike Travis <travis@sgi.com> @@ -807,8 +809,8 @@ cpu_set(i, cpu_core_map[cpu]); cpu_set(cpu, cpu_core_map[i]); - if (cpu_data(cpu)->core_id == cpu_data(i)->core_id) { + if (cpu_data(cpu)->core_id = cpu_data(i)->core_id) { - cpu_set(i, cpu_sibling_map[cpu]); - cpu_set(cpu, cpu_sibling_map[i]); + cpu_set(i, per_cpu(cpu_sibling_map, cpu)); @@ -82,8 +82,8 @@ Signed-off-by: Mike Travis <travis@sgi.com> } @@ -839,7 +841,7 @@ - if (cpu_data(cpu)->threads_per_core == 1 && - cpu_data(cpu)->cores_per_socket == 1) { + if (cpu_data(cpu)->threads_per_core = 1 && + cpu_data(cpu)->cores_per_socket = 1) { - cpu_set(cpu, cpu_sibling_map[cpu]); + cpu_set(cpu, per_cpu(cpu_sibling_map, cpu)); cpu_set(cpu, cpu_core_map[cpu]); diff --git a/a/content_digest b/N1/content_digest index ebf24d2..62efff1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,14 @@ "ref\020070912015644.927677070@sgi.com\0" "From\0travis@sgi.com\0" "Subject\0[PATCH 08/10] ia64: Convert cpu_sibling_map to a per_cpu data array (v3)\0" - "Date\0Tue, 11 Sep 2007 18:56:52 -0700\0" + "Date\0Wed, 12 Sep 2007 01:56:52 +0000\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" - "Cc\0linux-mm@kvack.org" - Andi Kleen <ak@suse.de> + "Cc\0Andi Kleen <ak@suse.de>" + Christoph Lameter <clameter@sgi.com> + linux-mm@kvack.org linux-kernel@vger.kernel.org linuxppc-dev@ozlabs.org - sparclinux@vger.kernel.org - " Christoph Lameter <clameter@sgi.com>\0" + " sparclinux@vger.kernel.org\0" "\00:1\0" "b\0" "Convert cpu_sibling_map to a per_cpu cpumask_t array for the ia64\n" @@ -74,8 +74,8 @@ " \n" " static void\n" "@@ -666,7 +668,7 @@\n" - " \tif (cpu_data(cpu)->threads_per_core == 1 &&\n" - " \t cpu_data(cpu)->cores_per_socket == 1) {\n" + " \tif (cpu_data(cpu)->threads_per_core = 1 &&\n" + " \t cpu_data(cpu)->cores_per_socket = 1) {\n" " \t\tcpu_clear(cpu, cpu_core_map[cpu]);\n" "-\t\tcpu_clear(cpu, cpu_sibling_map[cpu]);\n" "+\t\tcpu_clear(cpu, per_cpu(cpu_sibling_map, cpu));\n" @@ -85,7 +85,7 @@ "@@ -807,8 +809,8 @@\n" " \t\t\tcpu_set(i, cpu_core_map[cpu]);\n" " \t\t\tcpu_set(cpu, cpu_core_map[i]);\n" - " \t\t\tif (cpu_data(cpu)->core_id == cpu_data(i)->core_id) {\n" + " \t\t\tif (cpu_data(cpu)->core_id = cpu_data(i)->core_id) {\n" "-\t\t\t\tcpu_set(i, cpu_sibling_map[cpu]);\n" "-\t\t\t\tcpu_set(cpu, cpu_sibling_map[i]);\n" "+\t\t\t\tcpu_set(i, per_cpu(cpu_sibling_map, cpu));\n" @@ -95,8 +95,8 @@ " \t}\n" "@@ -839,7 +841,7 @@\n" " \n" - " \tif (cpu_data(cpu)->threads_per_core == 1 &&\n" - " \t cpu_data(cpu)->cores_per_socket == 1) {\n" + " \tif (cpu_data(cpu)->threads_per_core = 1 &&\n" + " \t cpu_data(cpu)->cores_per_socket = 1) {\n" "-\t\tcpu_set(cpu, cpu_sibling_map[cpu]);\n" "+\t\tcpu_set(cpu, per_cpu(cpu_sibling_map, cpu));\n" " \t\tcpu_set(cpu, cpu_core_map[cpu]);\n" @@ -142,4 +142,4 @@ "\n" -- -6800429cc6f92b6bc594e2ebf2d07efdaa548c470054ccc1378d66a68b67ed07 +da10910fed14797a0ef65dacb7fd68ccb9a7d2fda26506c8e096c0eae720d695
diff --git a/a/content_digest b/N2/content_digest index ebf24d2..253c3da 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,13 +3,14 @@ "Subject\0[PATCH 08/10] ia64: Convert cpu_sibling_map to a per_cpu data array (v3)\0" "Date\0Tue, 11 Sep 2007 18:56:52 -0700\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" - "Cc\0linux-mm@kvack.org" - Andi Kleen <ak@suse.de> + "Cc\0Andi Kleen <ak@suse.de>" + Christoph Lameter <clameter@sgi.com> + linux-mm@kvack.org linux-kernel@vger.kernel.org linuxppc-dev@ozlabs.org - sparclinux@vger.kernel.org - " Christoph Lameter <clameter@sgi.com>\0" + " sparclinux@vger.kernel.org\0" "\00:1\0" + "fn\0convert-ia64-cpu_sibling_map-to-per_cpu_data\0" "b\0" "Convert cpu_sibling_map to a per_cpu cpumask_t array for the ia64\n" "architecture. This fixes build errors in block/blktrace.c and\n" @@ -142,4 +143,4 @@ "\n" -- -6800429cc6f92b6bc594e2ebf2d07efdaa548c470054ccc1378d66a68b67ed07 +d3fd06369684c46f83b359bc09e354a2065525e969ef7a946140befc775cb84f
diff --git a/a/1.txt b/N3/1.txt index 359b51c..9458f1a 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -127,4 +127,10 @@ Signed-off-by: Mike Travis <travis@sgi.com> return __per_cpu_start + __per_cpu_offset[smp_processor_id()]; } +-- + -- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N3/content_digest index ebf24d2..4ba5ce0 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,13 +3,14 @@ "Subject\0[PATCH 08/10] ia64: Convert cpu_sibling_map to a per_cpu data array (v3)\0" "Date\0Tue, 11 Sep 2007 18:56:52 -0700\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" - "Cc\0linux-mm@kvack.org" - Andi Kleen <ak@suse.de> + "Cc\0Andi Kleen <ak@suse.de>" + Christoph Lameter <clameter@sgi.com> + linux-mm@kvack.org linux-kernel@vger.kernel.org linuxppc-dev@ozlabs.org - sparclinux@vger.kernel.org - " Christoph Lameter <clameter@sgi.com>\0" + " sparclinux@vger.kernel.org\0" "\00:1\0" + "fn\0convert-ia64-cpu_sibling_map-to-per_cpu_data\0" "b\0" "Convert cpu_sibling_map to a per_cpu cpumask_t array for the ia64\n" "architecture. This fixes build errors in block/blktrace.c and\n" @@ -140,6 +141,12 @@ " \treturn __per_cpu_start + __per_cpu_offset[smp_processor_id()];\n" " }\n" "\n" - -- + "-- \n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -6800429cc6f92b6bc594e2ebf2d07efdaa548c470054ccc1378d66a68b67ed07 +e92fb1e0338bc72f49911e5c05198f10106eeede46199a1d4a45f817d5f93293
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.