genirq: Add chip flag for restricting cpu_on/offline calls
authorThomas Gleixner <tglx@linutronix.de>
Sun, 27 Mar 2011 14:05:36 +0000 (16:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 27 Mar 2011 15:45:58 +0000 (17:45 +0200)
commitb3d422329f2e061d66af4f933ef316e50e5edcac
tree530100dd1733e24a017f4b3df4959c667369d236
parent0fdb4b259ed3e91b687ac26848202f5e7c217e62
genirq: Add chip flag for restricting cpu_on/offline calls

Add a flag which indicates that the on/offline callback should only be
called on enabled interrupts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
kernel/irq/chip.c