Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142528
b: refs/heads/master
c: c7d07fd
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Apr 7, 2009
1 parent 33734e4 commit 074e13e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cb93d568e1ed2596e27f35b39241fe83955d9b26
refs/heads/master: c7d07fdd5af084bbd0a7921f9b07037b9bc8829d
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,13 @@ unsigned int irq_create_mapping(struct irq_host *host,
return NO_IRQ;
}
}
pr_debug("irq: -> obtained virq %d\n", virq);

if (irq_setup_virq(host, virq, hwirq))
return NO_IRQ;

printk(KERN_DEBUG "irq: irq %lu on host %s mapped to virtual irq %u\n",
hwirq, host->of_node ? host->of_node->full_name : "null", virq);

return virq;
}
EXPORT_SYMBOL_GPL(irq_create_mapping);
Expand Down

0 comments on commit 074e13e

Please sign in to comment.