Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175721
b: refs/heads/master
c: 76f1d94
h: refs/heads/master
i:
  175719: 32f1586
v: v3
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Oct 30, 2009
1 parent f8351d0 commit d3a2089
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 32c105c3781d32c55429fbac493602028913390a
refs/heads/master: 76f1d94f3ebdee0d14cab4d87bdeed1cf9badb17
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,11 @@ static int virq_debug_show(struct seq_file *m, void *private)
seq_printf(m, "%-5s %-7s %-15s %s\n", "virq", "hwirq",
"chip name", "host name");

for (i = 1; i < NR_IRQS; i++) {
for (i = 1; i < nr_irqs; i++) {
desc = irq_to_desc(i);
if (!desc)
continue;

spin_lock_irqsave(&desc->lock, flags);

if (desc->action && desc->action->handler) {
Expand Down

0 comments on commit d3a2089

Please sign in to comment.