[Patch V3 24/37] x86, devicetree, irq: use common mechanism to support irqdomain

2014-05-27 Thread Jiang Liu
Now the ioapic driver provides a common interface to create irqdomain, so replace the private implementation. Signed-off-by: Jiang Liu --- arch/x86/include/asm/prom.h |2 -- arch/x86/kernel/devicetree.c | 81 +- arch/x86/kernel/irqinit.c|6

[Patch V3 24/37] x86, devicetree, irq: use common mechanism to support irqdomain

2014-05-27 Thread Jiang Liu
Now the ioapic driver provides a common interface to create irqdomain, so replace the private implementation. Signed-off-by: Jiang Liu jiang@linux.intel.com --- arch/x86/include/asm/prom.h |2 -- arch/x86/kernel/devicetree.c | 81 +-