Re: [PATCH v3 15/22] time/posix-timers:Convert to the 64bit methods for k_clock callback functions

2015-05-12 Thread Arnd Bergmann
On Monday 11 May 2015 19:20:39 Baolin Wang wrote: > diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h > index 89beb62..c3345d5 100644 > --- a/include/linux/timekeeping.h > +++ b/include/linux/timekeeping.h > @@ -250,9 +250,9 @@ static inline void get_monotonic_boottime64(struct

[PATCH v3 15/22] time/posix-timers:Convert to the 64bit methods for k_clock callback functions

2015-05-11 Thread Baolin Wang
This patch converts the timepsec type to timespec64 type, and converts the itimerspec type to itimerspec64 type for the k_clock callback functions. This patch also converts the timespec type to timespec64 type for timekeeping_clocktai() function which is used only in the posix-timers.c file. Sig