time: Rework debugging variables so they aren't global
authorJohn Stultz <john.stultz@linaro.org>
Wed, 13 May 2015 23:04:47 +0000 (16:04 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 22 May 2015 16:13:43 +0000 (09:13 -0700)
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 different from the earlier versions
as it keeps the variables in the timekeeper structure
rather then in the tkr.

Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found