From 3931e57e090ddb517a1625d4e0a7ec8d35decb44 Mon Sep 17 00:00:00 2001 From: Yasunori Goto Date: Thu, 9 Mar 2006 17:33:51 -0800 Subject: [PATCH] --- yaml --- r: 20961 b: refs/heads/master c: f2937be5895dbae23ff66767a2fc17793e63159c h: refs/heads/master i: 20959: 5017ca3df93bd0be12bab8f34b44b7c2f663b25d v: v3 --- [refs] | 2 +- trunk/mm/memory_hotplug.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index eafbada0d13c..410f3f8c0588 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57c432b54bc34f0afacda7d9da0528ee22e78dec +refs/heads/master: f2937be5895dbae23ff66767a2fc17793e63159c diff --git a/trunk/mm/memory_hotplug.c b/trunk/mm/memory_hotplug.c index a918f77f02f3..1fe76d963ac2 100644 --- a/trunk/mm/memory_hotplug.c +++ b/trunk/mm/memory_hotplug.c @@ -130,6 +130,7 @@ int online_pages(unsigned long pfn, unsigned long nr_pages) onlined_pages++; } zone->present_pages += onlined_pages; + zone->zone_pgdat->node_present_pages += onlined_pages; setup_per_zone_pages_min();