[PATCH 14/20] Irqchip / gic: Set as default domain so we can access from ACPI

2014-01-17 Thread Hanjun Guo
Only one GIC is supported in ACPI 5.0, even cascade GIC is not supported. So if we set the GIC as the default domain then we can access it for IRQ mapping within the ACPI code. Signed-off-by: Graeme Gregory Signed-off-by: Hanjun Guo --- drivers/irqchip/irq-gic.c |7 +++ 1 file

[PATCH 14/20] Irqchip / gic: Set as default domain so we can access from ACPI

2014-01-17 Thread Hanjun Guo
Only one GIC is supported in ACPI 5.0, even cascade GIC is not supported. So if we set the GIC as the default domain then we can access it for IRQ mapping within the ACPI code. Signed-off-by: Graeme Gregory graeme.greg...@linaro.org Signed-off-by: Hanjun Guo hanjun@linaro.org ---