]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] i386: Force data segment to be 4K aligned
authorVivek Goyal <vgoyal@in.ibm.com>
Thu, 9 Nov 2006 01:44:41 +0000 (17:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 9 Nov 2006 02:29:23 +0000 (18:29 -0800)
commit64fa0903e301b6693a792f87973cdda16d20f1d2
tree79ab02401d4e7c6f01c239cdb7a15dc962f92491
parent4a0984b5201f612f5d1a7e009d8714675d870944
[PATCH] i386: Force data segment to be 4K aligned

o Currently there is no specific alignment restriction in linker script
  and in some cases it can be placed non 4K aligned addresses. This fails
  kexec which checks that segment to be loaded is page aligned.

o I guess, it does not harm data segment to be 4K aligned.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/vmlinux.lds.S