genirq: Fix up irq_node() for irq_data changes.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 28 Oct 2010 02:30:31 +0000 (11:30 +0900)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 28 Oct 2010 09:58:39 +0000 (11:58 +0200)
Now that the node ID is tracked in the irq_data structure, update the
irq_node() definition accordingly. This fixes up irq_node() usage under
GENERIC_HARDIRQS_NO_DEPRECATED && SMP.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
LKML-Reference: <20101028023031.GB10365@linux-sh.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found