commit | eefacd1dfe38a3334d2e1c44fee0d7b0fdd5d252 | [log] [tgz] |
---|---|---|
author | Greentime Hu <greentime@andestech.com> | Wed Oct 25 11:16:56 2017 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Thu Feb 22 10:44:33 2018 +0800 |
tree | ecc49e54c9a797a7f402c39da9a2d7f25cd1c104 | |
parent | 1932fbe36e02f54223ac4c6779b92269ca8b9b60 [diff] |
nds32: VDSO support 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>