diff for duplicates of <20070912015645.566522143@sgi.com> diff --git a/a/1.txt b/N1/1.txt index 209d0a5..ed56284 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,8 +46,8 @@ Signed-off-by: Mike Travis <travis@sgi.com> setup_node_bootmem(i, nodes[i].start, nodes[i].end); for (i = 0; i < NR_CPUS; i++) { -- if (cpu_to_node[i] == NUMA_NO_NODE) -+ if (cpu_to_node(i) == NUMA_NO_NODE) +- if (cpu_to_node[i] = NUMA_NO_NODE) ++ if (cpu_to_node(i) = NUMA_NO_NODE) continue; - if (!node_isset(cpu_to_node[i], node_possible_map)) + if (!node_isset(cpu_to_node(i), node_possible_map)) diff --git a/a/content_digest b/N1/content_digest index aee455e..bf9363e 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 02/10] x86: fix cpu_to_node references (v3)\0" - "Date\0Tue, 11 Sep 2007 18:56:46 -0700\0" + "Date\0Wed, 12 Sep 2007 01:56:46 +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" "Fix four instances where cpu_to_node is referenced\n" @@ -59,8 +59,8 @@ " \t\t\tsetup_node_bootmem(i, nodes[i].start, nodes[i].end);\n" " \n" " \tfor (i = 0; i < NR_CPUS; i++) {\n" - "-\t\tif (cpu_to_node[i] == NUMA_NO_NODE)\n" - "+\t\tif (cpu_to_node(i) == NUMA_NO_NODE)\n" + "-\t\tif (cpu_to_node[i] = NUMA_NO_NODE)\n" + "+\t\tif (cpu_to_node(i) = NUMA_NO_NODE)\n" " \t\t\tcontinue;\n" "-\t\tif (!node_isset(cpu_to_node[i], node_possible_map))\n" "+\t\tif (!node_isset(cpu_to_node(i), node_possible_map))\n" @@ -70,4 +70,4 @@ "\n" -- -b304f9b294c07618b5de3ecee3a2aa6e85d4ada78a6bf342db4de42ac9dff74a +8af1468743f1f026bd03b13b9b5d6fed458ea50921396e98447bf896df04f44a
diff --git a/a/content_digest b/N2/content_digest index aee455e..b7734b0 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,13 +3,14 @@ "Subject\0[PATCH 02/10] x86: fix cpu_to_node references (v3)\0" "Date\0Tue, 11 Sep 2007 18:56:46 -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\0fix-cpu_to_node-refs\0" "b\0" "Fix four instances where cpu_to_node is referenced\n" "by array instead of via the cpu_to_node macro. This\n" @@ -70,4 +71,4 @@ "\n" -- -b304f9b294c07618b5de3ecee3a2aa6e85d4ada78a6bf342db4de42ac9dff74a +f72759e673ec2dd63bf1808ea6074596a5fd4cacc6799622c86f1e6923c62035
diff --git a/a/1.txt b/N3/1.txt index 209d0a5..b8b8da8 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -55,4 +55,10 @@ Signed-off-by: Mike Travis <travis@sgi.com> } numa_init_array(); +-- + -- +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 aee455e..24e9524 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,13 +3,14 @@ "Subject\0[PATCH 02/10] x86: fix cpu_to_node references (v3)\0" "Date\0Tue, 11 Sep 2007 18:56:46 -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\0fix-cpu_to_node-refs\0" "b\0" "Fix four instances where cpu_to_node is referenced\n" "by array instead of via the cpu_to_node macro. This\n" @@ -68,6 +69,12 @@ " \t}\n" " \tnuma_init_array();\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>" -b304f9b294c07618b5de3ecee3a2aa6e85d4ada78a6bf342db4de42ac9dff74a +5843c3df4cb960a774a161da16da16ca9024a6863a3c76bd244c8ca79ae13119
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.