commit | 872434d69c644b8aa5088b835598dc3cd9832aff | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 05 16:25:25 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 05 16:33:56 2011 +0100 |
tree | 82f55a0ff9ed1fc9eb814fb80dfb5e605f47e07a | |
parent | 44f2c5c841da1b1e0864d768197ab1497b5c2cc1 [diff] |
genirq: Add missing status flags to modification mask 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>