Commit-ID: 233242040f1607a6a5cf7f87d9e07473282620b9 Gitweb: http://git.kernel.org/tip/233242040f1607a6a5cf7f87d9e07473282620b9 Author: Marc Zyngier <marc.zyngier@xxxxxxx> AuthorDate: Wed, 11 Mar 2015 15:45:36 +0000 Committer: Jason Cooper <jason@xxxxxxxxxxxxxx> CommitDate: Sun, 15 Mar 2015 01:28:11 +0000 ARM: ux500: switch from gic_arch_extn to gic_set_irqchip_flags Instead of directly touching gic_arch_extn, which is about to be removed, use gic_set_irqchip_flags instead. Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx> Link: https://lkml.kernel.org/r/1426088737-15817-4-git-send-email-marc.zyngier@xxxxxxx Signed-off-by: Jason Cooper <jason@xxxxxxxxxxxxxx> --- arch/arm/mach-ux500/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index dbb2970..6ced0f6 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c @@ -52,7 +52,7 @@ void ux500_restart(enum reboot_mode mode, const char *cmd) */ void __init ux500_init_irq(void) { - gic_arch_extn.flags = IRQCHIP_SKIP_SET_WAKE | IRQCHIP_MASK_ON_SUSPEND; + gic_set_irqchip_flags(IRQCHIP_SKIP_SET_WAKE | IRQCHIP_MASK_ON_SUSPEND); irqchip_init(); /* -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |