]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irq_domain: Fix debug output to use "irq" instead of "virq"
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 10 Apr 2012 23:48:42 +0000 (17:48 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 10 Apr 2012 23:51:23 +0000 (17:51 -0600)
commit1acf771ee541792fc6cc7281b238da1858c9a336
tree75738f9a4226c8599a3efeaf637ad59cb8e7ec1c
parent52107637a0b351f91a969cdc866efec824546753
irq_domain: Fix debug output to use "irq" instead of "virq"

Back when irq_domain was a powerpc-only thing, the term "virq", or
virtual irq, was used to differentiate irq numbers from hardware irq
numbers.  However, virqs are synonymous with Linux irq numbers, so
using a different term is confusing.  This patch changes the debug
output to use the header "irq" instead of "virq" for the irq number
output column.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
kernel/irq/irqdomain.c