powerpc/virtex: Fix duplicate level irq events.
authorJohn Linn <john.linn@xilinx.com>
Thu, 14 May 2009 16:23:11 +0000 (10:23 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 14 May 2009 16:23:11 +0000 (10:23 -0600)
The interrupt controller was not handling level interrupts correctly
such that duplicate interrupts were happening. This fixes the problem
and adds edge type interrupts which are needed in Xilinx hardware.

Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/sysdev/xilinx_intc.c

Simple merge