]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic: Only set the EOImodeNS bit for the root controller
authorJon Hunter <jonathanh@nvidia.com>
Tue, 9 Feb 2016 15:24:57 +0000 (15:24 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 11 Feb 2016 10:20:02 +0000 (10:20 +0000)
commit17d78bd8aa2e08cfc78370f3b3cecccaa1dd04fa
tree542435c6bdb04f0ffe0434773214be768e365394
parent7db08c588cea6075710faebe3e053d47d1026b34
irqchip/gic: Only set the EOImodeNS bit for the root controller

EOImode1 is only used for the root controller and hence only the root
controller uses the eoimode1 functions for handling interrupts. However,
if the root controller supports EOImode1, then the EOImodeNS bit will be
set for all GICs, enabling EOImode1. This is not what we want and this
causes interrupts on non-root GICs to only be dropped in priority but
never deactivated. Therefore, only set the EOImodeNS bit for the root
controller.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic.c