summaryrefslogtreecommitdiff
path: root/arch/csky/kernel/vdso/note.S
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren1-0/+12
Reconstruct vdso framework to support future vsyscall, vgettimeofday features. These are very important features to reduce system calls into the kernel for performance improvement. The patch is reference RISC-V's Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Palmer Dabbelt <palmerdabbelt@google.com>