]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Align data segment to PAGE_SIZE boundary
authorVivek Goyal <vgoyal@in.ibm.com>
Mon, 20 Nov 2006 16:29:09 +0000 (11:29 -0500)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 21 Nov 2006 09:31:21 +0000 (10:31 +0100)
commit47d3257e833db4faefa5d9d93cc6e83462d53c78
tree1607b2f6580fadb2793961e3161e87de542b529d
parent19d55185bf58432144f108277cf8a3b6a42c1791
[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 <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/vmlinux.lds.S