From: Michael Ellerman Date: Sun, 5 Apr 2009 16:05:02 +0000 (+0000) Subject: powerpc: Print information about mapping hw irqs to virtual irqs X-Git-Tag: v2.6.30-rc1~134^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7d07fdd5af084bbd0a7921f9b07037b9bc8829d;p=pandora-kernel.git powerpc: Print information about mapping hw irqs to virtual irqs The irq remapping layer seems to cause some confusion when people see a different irq number in /proc/interrupts vs the one they request in their driver or DTS. So have the irq remapping layer print out a message when we map an irq. The message is only printed the first time the irq is mapped, and it's KERN_DEBUG so most people won't see it. Signed-off-by: Michael Ellerman Acked-by: Grant Likely Acked-by: Wolfram Sang Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed