tick-broadcast: Fix the printing of broadcast masks
authorPreeti U Murthy <preeti@linux.vnet.ibm.com>
Tue, 28 Apr 2015 08:45:20 +0000 (14:15 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 5 May 2015 08:35:58 +0000 (10:35 +0200)
commit1ef09cd713c90781b683a0b4e0a874803c172b1d
tree0e757c0c85429267b3961aa1f75be537fc517659
parent298dbd1c5cd66f0ac85981b83b7d519a5d88d1b8
tick-broadcast: Fix the printing of broadcast masks

Today the number of bits of the broadcast masks that is output into
/proc/timer_list is sizeof(unsigned long). This means that on machines
with a larger number of CPUs, the bitmasks of CPUs beyond this range do
not appear.

Fix this by using bitmap printing through "%*pb" instead, so as to
output the broadcast masks for the range of nr_cpu_ids into
/proc/timer_list.

Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Cc: peterz@infradead.org
Cc: linuxppc-dev@ozlabs.org
Cc: john.stultz@linaro.org
Link: http://lkml.kernel.org/r/20150428084520.3314.62668.stgit@preeti.in.ibm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/timer_list.c
This page took 0.024319 seconds and 5 git commands to generate.