commit | e6071b182df0622636b9cd97a80038a495ccb06f | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Oct 24 23:35:28 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Nov 15 14:38:28 2019 +0100 |
tree | 70b1bf9445eb52df16df360f6fa1822683ebe8c7 | |
parent | 21346564ccad17b928cf0d51584608531d91d298 [diff] |
y2038: vdso: nds32: open-code timespec_add_ns() The nds32 vdso is now the last user of the deprecated timespec_add_ns(). Change it to an open-coded version like the one it already uses in do_realtime(). What we should really do though is to use the generic vdso implementation that is now used in x86. arm and mips. Signed-off-by: Arnd Bergmann <arnd@arndb.de>