linux/kernel/irq
Thomas Gleixner a005677b3d 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: Thomas Gleixner <tglx@linutronix.de>
2011-02-19 12:58:20 +01:00
..
Kconfig genirq: Remove CONFIG_IRQ_PER_CPU 2011-02-19 12:58:19 +01:00
Makefile genirq: Remove the now unused sparse irq leftovers 2010-10-12 16:53:44 +02:00
autoprobe.c genirq: Move IRQ_PENDING flag to core 2011-02-19 12:58:17 +01:00
chip.c genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00
compat.h genirq: Add IRQ_MOVE_PENDING to irq_data.state 2011-02-19 12:58:18 +01:00
debug.h genirq: Move debug code to separate header 2011-02-19 12:58:19 +01:00
devres.c devres/irq: Fix devm_irq_match comment 2010-02-11 16:01:02 +01:00
dummychip.c genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build 2010-10-12 21:59:55 +02:00
handle.c genirq: Move IRQ_PENDING flag to core 2011-02-19 12:58:17 +01:00
internals.h genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00
irqdesc.c genirq: Move IRQ_DISABLED to core 2011-02-19 12:58:17 +01:00
manage.c genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00
migration.c genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00
pm.c genirq: Move IRQ_WAKEUP to core 2011-02-19 12:58:18 +01:00
proc.c genirq: Add IRQ_MOVE_PENDING to irq_data.state 2011-02-19 12:58:18 +01:00
resend.c genirq: Move IRQ_PENDING flag to core 2011-02-19 12:58:17 +01:00
settings.h genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00
spurious.c genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00