aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/kernel/vsyscall-note.S
AgeCommit message (Collapse)Author
2005-04-16[PATCH] i386 vDSO: add PT_NOTE segmentRoland McGrath
This patch adds an ELF note to the vDSO giving the LINUX_VERSION_CODE value. Having this in the vDSO lets the dynamic linker avoid the `uname' syscall it now always does at startup to ascertain the kernel ABI available. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>