projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d04594c
)
ARM: ux500: switch from gic_arch_extn to gic_set_irqchip_flags
author
Marc Zyngier
<marc.zyngier@arm.com>
Wed, 11 Mar 2015 15:45:36 +0000
(15:45 +0000)
committer
Jason Cooper
<jason@lakedaemon.net>
Sun, 15 Mar 2015 01:28:11 +0000
(
01:28
+0000)
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@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link:
https://lkml.kernel.org/r/1426088737-15817-4-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-ux500/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ux500/cpu.c
b/arch/arm/mach-ux500/cpu.c
index dbb2970ee7da31e256b5394a79eacd2f53bf991b..6ced0f6802629f8e94ff67ccdd9fe185e4418bc6 100644
(file)
--- 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();
/*