From: Yasunori Goto Date: Fri, 23 Jun 2006 09:03:10 +0000 (-0700) Subject: [PATCH] wait_table and zonelist initializing for memory hotadd: wait_table initialization X-Git-Tag: v2.6.18-rc1~1081^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca448fe92246fb59efe55ba2e048ded0971a9af;p=pandora-kernel.git [PATCH] wait_table and zonelist initializing for memory hotadd: wait_table initialization Wait_table is initialized according to zone size at boot time. But, we cannot know the maixmum zone size when memory hotplug is enabled. It can be changed.... And resizing of wait_table is hard. So kernel allocate and initialzie wait_table as its maximum size. Signed-off-by: KAMEZAWA Hiroyuki Signed-off-by: Yasunori Goto Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed