Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4758
b: refs/heads/master
c: e11b223
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 11, 2005
1 parent 8983326 commit 601af07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d12734d14e5602816f0b16b17a8cef5ea70afb5a
refs/heads/master: e11b2236eace94ad9a2e421904742e83976405ed
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 601af07

Please sign in to comment.