From: Vivek Goyal Date: Mon, 20 Nov 2006 16:29:09 +0000 (-0500) Subject: [PATCH] x86_64: Align data segment to PAGE_SIZE boundary X-Git-Tag: v2.6.19~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a14f2964b459c18198ee59ff7212321def82df7;p=pandora-kernel.git [PATCH] x86_64: Align data segment to PAGE_SIZE boundary o Explicitly align data segment to PAGE_SIZE boundary otherwise depending on config options and tool chain it might be placed on a non PAGE_SIZE aligned boundary and vmlinux loaders like kexec fail when they encounter a PT_LOAD type segment which is not aligned to PAGE_SIZE boundary. Signed-off-by: Vivek Goyal Signed-off-by: Andi Kleen --- Reading git-diff-tree failed