+4
−4
+6
−6
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
What do_gettimeofday() does is to call getnstimeofday() and
to convert the result from timespec{} to timeval{}.
After that, these callers convert the result again to msec.
Use getnstimeofday() and convert the units at once.
Signed-off-by:
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by:
David S. Miller <davem@davemloft.net>