|
@@ -137,7 +137,7 @@ print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now)
|
|
(unsigned long long) ktime_to_ns(base->offset));
|
|
(unsigned long long) ktime_to_ns(base->offset));
|
|
#endif
|
|
#endif
|
|
SEQ_printf(m, "active timers:\n");
|
|
SEQ_printf(m, "active timers:\n");
|
|
- print_active_timers(m, base, now);
|
|
|
|
|
|
+ print_active_timers(m, base, now + ktime_to_ns(base->offset));
|
|
}
|
|
}
|
|
|
|
|
|
static void print_cpu(struct seq_file *m, int cpu, u64 now)
|
|
static void print_cpu(struct seq_file *m, int cpu, u64 now)
|