[PATCH 5/6] irqchip: mips-gic: add a IPI hierarchy domain

2015-09-23 Thread Qais Yousef
Add a new ipi domain on top of the normal domain. The only reason this domain needs to be hierarchal is because we need to use the alloc function to allocate the IPI. Should we make the gic IPI a completely different irqchip? Signed-off-by: Qais Yousef --- drivers/irqchip/Kconfig| 1

[PATCH 5/6] irqchip: mips-gic: add a IPI hierarchy domain

2015-09-23 Thread Qais Yousef
Add a new ipi domain on top of the normal domain. The only reason this domain needs to be hierarchal is because we need to use the alloc function to allocate the IPI. Should we make the gic IPI a completely different irqchip? Signed-off-by: Qais Yousef ---