Re: [PATCH] timekeeping: update raw_time with extra arch_gettimeoffset in timekeeping_forward_now

2014-12-18 Thread John Stultz
On Wed, Dec 17, 2014 at 4:40 AM, Jianyu Zhan wrote: > Currently, in timekeeping_forward_now, we just use delta nsecs from > clocksource to update raw_time; however, in getnstime_raw_and_real, > getrawmonotonic64, etc, raw_time has slightly diffrent meaning: it not > only counts the raw monotonic r

[PATCH] timekeeping: update raw_time with extra arch_gettimeoffset in timekeeping_forward_now

2014-12-17 Thread Jianyu Zhan
Currently, in timekeeping_forward_now, we just use delta nsecs from clocksource to update raw_time; however, in getnstime_raw_and_real, getrawmonotonic64, etc, raw_time has slightly diffrent meaning: it not only counts the raw monotonic raw time, but also with arch_gettimeoffset, by using the timek