diff for duplicates of <43EDC35B.5060106@jp.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index e18c8ca..1a96f90 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ Yasunori Goto wrote: >>> zone_size_pages) >>> { >>> - int i; ->>> + int i, hotadd = (system_state = SYSTEM_RUNNING); +>>> + int i, hotadd = (system_state == SYSTEM_RUNNING); >>> struct pglist_data *pgdat = zone->zone_pgdat; >>> + unsigned long allocsize; >>> @@ -14,7 +14,7 @@ Yasunori Goto wrote: >>> * The per-page waitqueue mechanism uses hashed waitqueues >>> * per zone. >>> */ ->>> + if (hotadd && (zone_size_pages = PAGES_PER_SECTION)) +>>> + if (hotadd && (zone_size_pages == PAGES_PER_SECTION)) >>> + zone_size_pages = PAGES_PER_SECTION << 2; >> I don't think I understand this calculation. You online only 4 sections >> worth of pages? diff --git a/a/content_digest b/N1/content_digest index 461c4e1..56f22dc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\01139589128.9209.80.camel@localhost.localdomain\0" "ref\020060211125941.D35C.Y-GOTO@jp.fujitsu.com\0" "From\0Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>\0" - "Subject\0Re: [Lhms-devel] [RFC/PATCH: 002/010] Memory hotplug for new nodes\0" - "Date\0Sat, 11 Feb 2006 10:58:35 +0000\0" + "Subject\0Re: [Lhms-devel] [RFC/PATCH: 002/010] Memory hotplug for new nodes with pgdat allocation. (Wait table and zonelists initalization)\0" + "Date\0Sat, 11 Feb 2006 19:58:35 +0900\0" "To\0Yasunori Goto <y-goto@jp.fujitsu.com>\0" "Cc\0Dave Hansen <haveblue@us.ibm.com>" Luck @@ -25,7 +25,7 @@ ">>> zone_size_pages)\n" ">>> {\n" ">>> - int i;\n" - ">>> + int i, hotadd = (system_state = SYSTEM_RUNNING);\n" + ">>> + int i, hotadd = (system_state == SYSTEM_RUNNING);\n" ">>> struct pglist_data *pgdat = zone->zone_pgdat;\n" ">>> + unsigned long allocsize;\n" ">>> \n" @@ -33,7 +33,7 @@ ">>> * The per-page waitqueue mechanism uses hashed waitqueues\n" ">>> * per zone.\n" ">>> */\n" - ">>> + if (hotadd && (zone_size_pages = PAGES_PER_SECTION))\n" + ">>> + if (hotadd && (zone_size_pages == PAGES_PER_SECTION))\n" ">>> + zone_size_pages = PAGES_PER_SECTION << 2; \n" ">> I don't think I understand this calculation. You online only 4 sections\n" ">> worth of pages?\n" @@ -51,4 +51,4 @@ "\n" -- Kame -c3f93a41e6321fc0fb18c3388ce91e03f59e30f8fbcf7e48d5a60ed685a8eb74 +3c6393e1ebb3cdb65d7f2513f92c7459ab5e4d61c863c461c7331f00dd3f6357
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.