summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso/note.S
Commit message (Collapse)AuthorAgeFilesLines
* riscv: add Linux note to vdsoAndreas Schwab2020-05-041-0/+12
The Linux note in the vdso allows glibc to check the running kernel version without having to issue the uname syscall. Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>