From: Dave Hansen Date: Sun, 30 Oct 2005 01:16:50 +0000 (-0700) Subject: [PATCH] memory hotplug prep: break out zone initialization X-Git-Tag: v2.6.15-rc1~730^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed8ece2ec8d3c2031b1a1a0737568bb0d49454e0;p=pandora-kernel.git [PATCH] memory hotplug prep: break out zone initialization If a zone is empty at boot-time and then hot-added to later, it needs to run the same init code that would have been run on it at boot. This patch breaks out zone table and per-cpu-pages functions for use by the hotplug code. You can almost see all of the free_area_init_core() function on one page now. :) Signed-off-by: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed