From: Tejun Heo Date: Mon, 4 Apr 2011 22:23:48 +0000 (+0200) Subject: x86-32, numa: Align pgdat size while initializing alloc_remap X-Git-Tag: v3.0-rc1~396^2~29^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c24f7a705d939ddd2fcaa443fa3d8e852b933d;p=pandora-kernel.git x86-32, numa: Align pgdat size while initializing alloc_remap When pgdat is reserved in init_remap_allocator(), PAGE_SIZE aligned size will be used. Match the size alignment in initialization to avoid allocation failure down the road. Signed-off-by: Tejun Heo Link: http://lkml.kernel.org/r/1301955840-7246-3-git-send-email-tj@kernel.org Acked-by: Yinghai Lu Cc: David Rientjes Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed