Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47014
b: refs/heads/master
c: 914ab06
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Haavard Skinnemoen committed Feb 9, 2007
1 parent 30c3d81 commit ea82d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31321bc946527f2e4c50b6b08459d1c0d81fa978
refs/heads/master: 914ab06279f15d3f368f4fae74db58fdcf03a2ed
1 change: 1 addition & 0 deletions trunk/arch/avr32/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ int show_interrupts(struct seq_file *p, void *v)
seq_printf(p, "%3d: ", i);
for_each_online_cpu(cpu)
seq_printf(p, "%10u ", kstat_cpu(cpu).irqs[i]);
seq_printf(p, " %8s", irq_desc[i].chip->name ? : "-");
seq_printf(p, " %s", action->name);
for (action = action->next; action; action = action->next)
seq_printf(p, ", %s", action->name);
Expand Down

0 comments on commit ea82d5c

Please sign in to comment.