summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/vdso/datapage.S
Commit message (Collapse)AuthorAgeFilesLines
* nds32: VDSO supportGreentime Hu2018-02-221-0/+21
This patch adds VDSO support. The VDSO code is currently used for sys_rt_sigreturn() and optimised gettimeofday() (using the SoC timer counter). Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>