]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM64: Round-Robin dispatch IRQs between CPUs.
authorMichael Zoran <mzoran@crowfest.net>
Sun, 15 Jan 2017 05:43:57 +0000 (21:43 -0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 22:11:28 +0000 (17:11 -0500)
commit311c53c8e8e84b3e9e0cf64db26b73fbe78d64d2
treeaab822bbdc9d940ffce3c13aff1f51677461c3cf
parent7def5255ae0337821f04506b8f522c6a15ceadc1
ARM64: Round-Robin dispatch IRQs between CPUs.

IRQ-CPU mapping is round robined on ARM64 to increase
concurrency and allow multiple interrupts to be serviced
at a time.  This reduces the need for FIQ.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
drivers/irqchip/irq-bcm2835.c
drivers/irqchip/irq-bcm2836.c