timer_list: print real timer address
authorThomas Gleixner <tglx@linutronix.de>
Thu, 25 Sep 2008 21:50:23 +0000 (23:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 20 Oct 2008 09:51:30 +0000 (11:51 +0200)
The current timer_list output prints the address of the on stack copy
of the active hrtimer instead of the hrtimer itself.

Print the address of the real timer instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found