[PATCH 23/27] arm: Add support for generic vDSO
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-11-09 16:27:16
Also in:
linux-arch
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-11-09 16:27:16
Also in:
linux-arch
On Fri, Nov 9, 2018 at 1:38 PM Vincenzo Frascino [off-list ref] wrote:
+
+static __always_inline notrace int gettimeofday_fallback(struct timeval *_tv,
+ struct timezone *_tz)
+{
+
+static __always_inline notrace long clock_gettime_fallback(clockid_t _clkid,
+ struct timespec *_ts)
Same as for the arm64 compat version, these could use old_timeval32
and old_timespec32 right away.
Arnd