[PATCH v5 16/24] timekeeping: Change the implementation of timekeeping_clocktai()

2015-06-12 Thread Baolin Wang
The timekeeping_clocktai() function is not year 2038 safe on 32bit systems, change its implementation with using struct timespec64. Signed-off-by: Baolin Wang --- include/linux/timekeeping.h |4 ++-- kernel/time/posix-timers.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)

[PATCH v5 16/24] timekeeping: Change the implementation of timekeeping_clocktai()

2015-06-12 Thread Baolin Wang
The timekeeping_clocktai() function is not year 2038 safe on 32bit systems, change its implementation with using struct timespec64. Signed-off-by: Baolin Wang baolin.w...@linaro.org --- include/linux/timekeeping.h |4 ++-- kernel/time/posix-timers.c |4 ++-- 2 files changed, 4