diff options
author | 2011-03-25 16:20:15 +0100 | |
---|---|---|
committer | 2011-03-29 14:48:10 +0200 | |
commit | 24a3f2e82bc8cf7ed05294008794f842cf170ea2 (patch) | |
tree | a0fb6efba75b1c61ce801f0965037cc2a0c8d9b0 /arch/powerpc/sysdev/xilinx_intc.c | |
parent | powerpc: mpc8xx_pic: Cleanup flow type handling (diff) | |
download | wireguard-linux-24a3f2e82bc8cf7ed05294008794f842cf170ea2.tar.xz wireguard-linux-24a3f2e82bc8cf7ed05294008794f842cf170ea2.zip |
powerpc: mpic: Cleanup flow type handling
The core irq_set_type() function updates the flow type when the chip
callback returns 0. So setting the type is bogus.
The new core code allows to update the type in irq_data and return
IRQ_SET_MASK_OK_NOCOPY, so the core code will not touch it, except for
setting the IRQ_LEVEL flag.
Retrieve the IRQ_LEVEL information from irq_data which avoids a
redundant sparse irq lookup as well.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/powerpc/sysdev/xilinx_intc.c')
0 files changed, 0 insertions, 0 deletions