arch/riscv/kernel/vdso/note.S
0 → 100644
+12
−0
Loading
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>