Skip to content
Commit a005677b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state



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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 1ce6068d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment