commit | 00e70bad1abba1f96f7b9e6454b222f393e5281f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 25 16:04:41 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:48:09 2011 +0200 |
tree | bae218609bcf61537207587680ffa28516a37652 | |
parent | 8c99f561395f59ba9ec926c8940a4446fdfd8103 [diff] |
powerpc: cell: Fix the irq_desc access The core irq_set_type() function updates the flow type when the chip callback returns 0. It also updates irq_data, so this can be used in irq_ack() to check for the level bit. That avoids a redundant sparse irq lookup. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>