tree d5882b4b06bf7a9310f993bf1935d720e6be9e7d
parent d12734d14e5602816f0b16b17a8cef5ea70afb5a
author Russell King <[EMAIL PROTECTED]> Mon, 11 Jul 2005 19:26:31 +0100
committer Russell King <[EMAIL PROTECTED]> Mon, 11 Jul 2005 19:26:31 +0100

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

Signed-off-by: Russell King <[EMAIL PROTECTED]>

 arch/arm/kernel/smp.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -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');
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to