提交 e11b2236 编写于 作者: R Russell King 提交者: Russell King

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

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册