csky: Reconstruct VDSO framework
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: NGuo Ren <guoren@linux.alibaba.com>
Cc: Palmer Dabbelt <palmerdabbelt@google.com>
Showing
arch/csky/kernel/vdso/.gitignore
0 → 100644
arch/csky/kernel/vdso/Makefile
0 → 100644
arch/csky/kernel/vdso/note.S
0 → 100644
arch/csky/kernel/vdso/so2s.sh
0 → 100755
arch/csky/kernel/vdso/vdso.S
0 → 100644
arch/csky/kernel/vdso/vdso.lds.S
0 → 100644
想要评论请 注册 或 登录