commit | c97db4a0a7d4d5be8c64a8d649a4425ee195b05c | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Sat Apr 16 15:24:48 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:24:48 2005 -0700 |
tree | e310d0f9918d7a47359872fa519e2abe10b5d522 | |
parent | ecd02dddd1d5bfc2141cbd0e205a53fb9d849c9e [diff] |
[PATCH] i386 vDSO: add PT_NOTE segment 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>