17 Apr, 2005

1 commit

  • 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
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roland McGrath