Re: [PATCH 3/7] time: Rework debugging variables so they aren't global

2015-05-20 Thread Ingo Molnar
* John Stultz wrote: > Ingo suggested that the timekeeping debugging variables > recently added should not be global, and should be tied > to the timekeeper's read_base. > > Thus this patch implements that suggestion. > > This version is differnet from the earlier versions s/differnet/ diff

[PATCH 3/7] time: Rework debugging variables so they aren't global

2015-05-20 Thread John Stultz
Ingo suggested that the timekeeping debugging variables recently added should not be global, and should be tied to the timekeeper's read_base. Thus this patch implements that suggestion. This version is differnet from the earlier versions as it keeps the variables in the timekeeper structure rath