genirq: Add missing status flags to modification mask
authorThomas Gleixner <tglx@linutronix.de>
Sat, 5 Feb 2011 15:25:25 +0000 (16:25 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 5 Feb 2011 15:33:56 +0000 (16:33 +0100)
The mask which filters out the valid bits which can be set via
irq_modify_status() is missing IRQ_NO_BALANCING, which breaks UV.

Add IRQ_PER_CPU as well to avoid another one line patch for 39.

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

Simple merge