Commit e11b2236 authored by Russell King's avatar Russell King Committed by Russell King

[PATCH] ARM SMP: We list IRQs for present CPUs, not online CPUs

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d12734d1
......@@ -355,7 +355,7 @@ void show_ipi_list(struct seq_file *p)
seq_puts(p, "IPI:");
for_each_online_cpu(cpu)
for_each_present_cpu(cpu)
seq_printf(p, " %10lu", per_cpu(ipi_data, cpu).ipi_count);
seq_putc(p, '\n');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment