Re: [PATCH v2 17/26] irqchip: mips-cpu: Introduce IPI IRQ domain support

2016-09-01 Thread Jason Cooper
Hi Paul, On Tue, Aug 30, 2016 at 06:29:20PM +0100, Paul Burton wrote: > Introduce support for registering an IPI IRQ domain suitable for use by > systems using the MIPS MT (multithreading) ASE within a single core. > This will allow for such systems to be supported generically, without > the curre

[PATCH v2 17/26] irqchip: mips-cpu: Introduce IPI IRQ domain support

2016-08-30 Thread Paul Burton
Introduce support for registering an IPI IRQ domain suitable for use by systems using the MIPS MT (multithreading) ASE within a single core. This will allow for such systems to be supported generically, without the current kludge of IPI code split between the MIPS arch & the malta board support cod