commit | b304605f0a2c25c028e26a9a3f6aa798693a4051 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Aug 30 17:29:16 2017 -0700 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Aug 31 15:32:18 2017 +0100 |
tree | cc0e6034f06961d116dde3c222c309fc378ad525 | |
parent | c8c7d93dcbf21ebcf7486473e7a9a6addf49caa9 [diff] |
irqchip/irq-bcm7120-l2: Use correct I/O accessors for irq_fwd_mask Initialization of irq_fwd_mask was done using __raw_writel() which happens to work for all cases except when using ARM BE8 which requires writel() (with the proper swapping). Move the initialization of the irq_fwd_mask till later when we have correctly defined our I/O accessors. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>