]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/kernel/irq.c
Merge commit 'v2.6.30-rc1' into perfcounters/core
[mv-sheeva.git] / arch / powerpc / kernel / irq.c
index 2cd471f92fe65cbee6135bee2c61c1b7c90ba4a4..feff792ed0f9f7e5a736e293fa91c0ec2c6d2f3b 100644 (file)
@@ -677,11 +677,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);