Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135774
b: refs/heads/master
c: e81838d
h: refs/heads/master
v: v3
  • Loading branch information
David Miller authored and Ingo Molnar committed Jan 22, 2009
1 parent 3c44762 commit 9c7a817
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: 623d3f0c619f3576dae69709ca8aa93ac76d8c63
refs/heads/master: e81838d2555e77c893f720c25bfb0c0e5782ef57
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/irq_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ int show_interrupts(struct seq_file *p, void *v)
seq_printf(p, "%10u ", kstat_irqs(i));
#else
for_each_online_cpu(j)
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
seq_printf(p, "%10u ", kstat_irqs_cpu(i, j));
#endif
seq_printf(p, " %9s", irq_desc[i].chip->typename);
seq_printf(p, " %s", action->name);
Expand Down

0 comments on commit 9c7a817

Please sign in to comment.