]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
timer_list: print cpu number of clockevents device
authorThomas Gleixner <tglx@linutronix.de>
Mon, 29 Sep 2008 15:31:41 +0000 (17:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 20 Oct 2008 09:51:30 +0000 (11:51 +0200)
commitc5b77a3d3a716a5c61a1999d7f2a78e9c39fd1b0
tree14e0c3d2c504fded2dd208c774a38c183f496183
parente67ef25a35b949561a9bd77693523ec94ab4a278
timer_list: print cpu number of clockevents device

The per cpu clock events device output of timer_list lacks an
association of the device to the cpu which is annoying when looking at
the output of /proc/timer_list from a 128 way system.

Add the CPU number info and mark the broadcast device in the device
list printout.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/timer_list.c