commit | c5b77a3d3a716a5c61a1999d7f2a78e9c39fd1b0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Sep 29 17:31:41 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Oct 20 11:51:30 2008 +0200 |
tree | 14e0c3d2c504fded2dd208c774a38c183f496183 | |
parent | e67ef25a35b949561a9bd77693523ec94ab4a278 [diff] |
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>