OSDN Git Service

timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 14:08:01 +0000 (16:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jun 2018 07:56:26 +0000 (09:56 +0200)
commitd30faff900e666f9a6395a159fdd353c02f5bed0
tree5d51c23510e5b21a6bf6a0cd81a91f4d9e56d5ea
parentf5a89295e2f566d8e9f1d4f3d524d8d3c966958c
timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()

The two do the same, this moves all users to the newer name for consistency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: y2038@lists.linaro.org
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Link: https://lkml.kernel.org/r/20180618140811.2998503-3-arnd@arndb.de
kernel/time/ntp.c
kernel/time/timekeeping.c