diff for duplicates of <20060308213410.003A.Y-GOTO@jp.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 8167528..b8ce6fa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,8 @@ Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Index: pgdat6/mm/page_alloc.c -=================================--- pgdat6.orig/mm/page_alloc.c 2006-03-06 21:08:35.000000000 +0900 +=================================================================== +--- pgdat6.orig/mm/page_alloc.c 2006-03-06 21:08:35.000000000 +0900 +++ pgdat6/mm/page_alloc.c 2006-03-06 21:08:46.000000000 +0900 @@ -37,6 +37,7 @@ #include <linux/nodemask.h> @@ -44,7 +45,7 @@ Index: pgdat6/mm/page_alloc.c + +void __meminit build_all_zonelists(void) +{ -+ if (system_state = SYSTEM_BOOTING) { ++ if (system_state == SYSTEM_BOOTING) { + __build_all_zonelists(0); + cpuset_init_current_mems_allowed(); + } else { @@ -63,7 +64,8 @@ Index: pgdat6/mm/page_alloc.c /* Index: pgdat6/mm/memory_hotplug.c -=================================--- pgdat6.orig/mm/memory_hotplug.c 2006-03-06 21:07:19.000000000 +0900 +=================================================================== +--- pgdat6.orig/mm/memory_hotplug.c 2006-03-06 21:07:19.000000000 +0900 +++ pgdat6/mm/memory_hotplug.c 2006-03-06 21:08:46.000000000 +0900 @@ -123,6 +123,7 @@ int online_pages(unsigned long pfn, unsi unsigned long flags; diff --git a/a/content_digest b/N1/content_digest index fdb9f73..1eb1e04 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Yasunori Goto <y-goto@jp.fujitsu.com>\0" "Subject\0[PATCH: 012/017](RFC) Memory hotplug for new nodes v.3. (rebuild zonelists after online pages)\0" - "Date\0Wed, 08 Mar 2006 13:42:44 +0000\0" + "Date\0Wed, 08 Mar 2006 22:42:44 +0900\0" "To\0Luck" Tony <tony.luck@intel.com> Andi Kleen <ak@suse.de> @@ -31,7 +31,8 @@ "Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>\n" "\n" "Index: pgdat6/mm/page_alloc.c\n" - "=================================--- pgdat6.orig/mm/page_alloc.c\t2006-03-06 21:08:35.000000000 +0900\n" + "===================================================================\n" + "--- pgdat6.orig/mm/page_alloc.c\t2006-03-06 21:08:35.000000000 +0900\n" "+++ pgdat6/mm/page_alloc.c\t2006-03-06 21:08:46.000000000 +0900\n" "@@ -37,6 +37,7 @@\n" " #include <linux/nodemask.h>\n" @@ -58,7 +59,7 @@ "+\n" "+void __meminit build_all_zonelists(void)\n" "+{\n" - "+\tif (system_state = SYSTEM_BOOTING) {\n" + "+\tif (system_state == SYSTEM_BOOTING) {\n" "+\t\t__build_all_zonelists(0);\n" "+\t\tcpuset_init_current_mems_allowed();\n" "+\t} else {\n" @@ -77,7 +78,8 @@ " \n" " /*\n" "Index: pgdat6/mm/memory_hotplug.c\n" - "=================================--- pgdat6.orig/mm/memory_hotplug.c\t2006-03-06 21:07:19.000000000 +0900\n" + "===================================================================\n" + "--- pgdat6.orig/mm/memory_hotplug.c\t2006-03-06 21:07:19.000000000 +0900\n" "+++ pgdat6/mm/memory_hotplug.c\t2006-03-06 21:08:46.000000000 +0900\n" "@@ -123,6 +123,7 @@ int online_pages(unsigned long pfn, unsi\n" " \tunsigned long flags;\n" @@ -116,4 +118,4 @@ "-- \n" Yasunori Goto -c89b47fddd3a034ee646f77acfe84a8e73164fe5b140bb56a1a1b6dc6584df57 +c983b89bb57cdef66ea726115ffef8c322924f87a3613b40b131868c6dc83462
diff --git a/a/1.txt b/N2/1.txt index 8167528..f7a257a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,7 +17,8 @@ Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Index: pgdat6/mm/page_alloc.c -=================================--- pgdat6.orig/mm/page_alloc.c 2006-03-06 21:08:35.000000000 +0900 +=================================================================== +--- pgdat6.orig/mm/page_alloc.c 2006-03-06 21:08:35.000000000 +0900 +++ pgdat6/mm/page_alloc.c 2006-03-06 21:08:46.000000000 +0900 @@ -37,6 +37,7 @@ #include <linux/nodemask.h> @@ -44,7 +45,7 @@ Index: pgdat6/mm/page_alloc.c + +void __meminit build_all_zonelists(void) +{ -+ if (system_state = SYSTEM_BOOTING) { ++ if (system_state == SYSTEM_BOOTING) { + __build_all_zonelists(0); + cpuset_init_current_mems_allowed(); + } else { @@ -63,7 +64,8 @@ Index: pgdat6/mm/page_alloc.c /* Index: pgdat6/mm/memory_hotplug.c -=================================--- pgdat6.orig/mm/memory_hotplug.c 2006-03-06 21:07:19.000000000 +0900 +=================================================================== +--- pgdat6.orig/mm/memory_hotplug.c 2006-03-06 21:07:19.000000000 +0900 +++ pgdat6/mm/memory_hotplug.c 2006-03-06 21:08:46.000000000 +0900 @@ -123,6 +123,7 @@ int online_pages(unsigned long pfn, unsi unsigned long flags; @@ -100,4 +102,11 @@ Index: pgdat6/mm/memory_hotplug.c -- -Yasunori Goto +Yasunori Goto + + +-- +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/N2/content_digest index fdb9f73..91110b5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,6 +1,6 @@ "From\0Yasunori Goto <y-goto@jp.fujitsu.com>\0" "Subject\0[PATCH: 012/017](RFC) Memory hotplug for new nodes v.3. (rebuild zonelists after online pages)\0" - "Date\0Wed, 08 Mar 2006 13:42:44 +0000\0" + "Date\0Wed, 08 Mar 2006 22:42:44 +0900\0" "To\0Luck" Tony <tony.luck@intel.com> Andi Kleen <ak@suse.de> @@ -31,7 +31,8 @@ "Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>\n" "\n" "Index: pgdat6/mm/page_alloc.c\n" - "=================================--- pgdat6.orig/mm/page_alloc.c\t2006-03-06 21:08:35.000000000 +0900\n" + "===================================================================\n" + "--- pgdat6.orig/mm/page_alloc.c\t2006-03-06 21:08:35.000000000 +0900\n" "+++ pgdat6/mm/page_alloc.c\t2006-03-06 21:08:46.000000000 +0900\n" "@@ -37,6 +37,7 @@\n" " #include <linux/nodemask.h>\n" @@ -58,7 +59,7 @@ "+\n" "+void __meminit build_all_zonelists(void)\n" "+{\n" - "+\tif (system_state = SYSTEM_BOOTING) {\n" + "+\tif (system_state == SYSTEM_BOOTING) {\n" "+\t\t__build_all_zonelists(0);\n" "+\t\tcpuset_init_current_mems_allowed();\n" "+\t} else {\n" @@ -77,7 +78,8 @@ " \n" " /*\n" "Index: pgdat6/mm/memory_hotplug.c\n" - "=================================--- pgdat6.orig/mm/memory_hotplug.c\t2006-03-06 21:07:19.000000000 +0900\n" + "===================================================================\n" + "--- pgdat6.orig/mm/memory_hotplug.c\t2006-03-06 21:07:19.000000000 +0900\n" "+++ pgdat6/mm/memory_hotplug.c\t2006-03-06 21:08:46.000000000 +0900\n" "@@ -123,6 +123,7 @@ int online_pages(unsigned long pfn, unsi\n" " \tunsigned long flags;\n" @@ -114,6 +116,13 @@ " \n" "\n" "-- \n" - Yasunori Goto + "Yasunori Goto \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>" -c89b47fddd3a034ee646f77acfe84a8e73164fe5b140bb56a1a1b6dc6584df57 +e26e81c28990aa55ed5769162c98320413da6a89714c0b4b563a72392280b3da
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.