powerpc: Add support for CoreInt delivery of interrupts on MPIC
authorKumar Gala <galak@kernel.crashing.org>
Wed, 7 Jan 2009 21:53:29 +0000 (15:53 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 6 Apr 2009 14:09:14 +0000 (09:09 -0500)
CoreInt provides a mechansim to deliver the IRQ vector directly
into the core on an interrupt (via the SPR EPR) rather than having
to go IACK on the PIC.  This is suppose to provide an improvment
in interrupt latency by reducing the time to get the IRQ vector.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found