summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso/note.S
AgeCommit message (Collapse)Author
2020-05-04riscv: add Linux note to vdsoAndreas Schwab
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>