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)
commite67ef25a35b949561a9bd77693523ec94ab4a278
tree225d5c1df4532c57698d081c39306f21181eb38d
parent0cfd81031a26717fe14380d18275f8e217571615
timer_list: print real timer address

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>
kernel/time/timer_list.c