From: Roland McGrath Date: Wed, 30 Jan 2008 12:30:41 +0000 (+0100) Subject: x86 vDSO: new layout X-Git-Tag: v2.6.25-rc1~1143^2~741 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b46ebf904f69a73907a5e6b1ed2228e3f03d9e;p=pandora-kernel.git x86 vDSO: new layout This revamps the vDSO linker script to lay things out with the best packing of the data and good, separate alignment of the code. The rigid layout using VDSO_TEXT_OFFSET no longer matters to the kernel. I've moved the layout parts of the linker script into a new include file, vdso-layout.lds.S; this is in preparation for sharing the script for the 32-bit vDSO builds too. Signed-off-by: Roland McGrath Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed