genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
authorThomas Gleixner <tglx@linutronix.de>
Tue, 8 Feb 2011 16:11:03 +0000 (17:11 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:20 +0000 (12:58 +0100)
That's the right data structure to look at for arch code.

Accessor functions are provided.

 irqd_is_per_cpu(irqdata);
 irqd_can_balance(irqdata);

Coders who access them directly will be tracked down and slapped with
stinking trouts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found