• John Stultz's avatar
    time: Rework debugging variables so they aren't global · 57d05a93
    John Stultz authored
    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: default avatarJohn Stultz <john.stultz@linaro.org>
    57d05a93
timekeeping.c 55.2 KB