[PATCH 06/21] ARM: time: Provide read_boot_clock64() and read_persistent_clock64()

2015-04-01 Thread John Stultz
From: Xunlei Pang As part of addressing "y2038 problem" for in-kernel uses, this patch converts read_boot_clock() to read_boot_clock64() and read_persistent_clock() to read_persistent_clock64() using timespec64 by converting clock_access_fn to use timespec64. Cc: Peter Zijlstra Cc: Thomas

[PATCH 06/21] ARM: time: Provide read_boot_clock64() and read_persistent_clock64()

2015-04-01 Thread John Stultz
From: Xunlei Pang pang.xun...@linaro.org As part of addressing y2038 problem for in-kernel uses, this patch converts read_boot_clock() to read_boot_clock64() and read_persistent_clock() to read_persistent_clock64() using timespec64 by converting clock_access_fn to use timespec64. Cc: Peter