ARM64: Round-Robin dispatch IRQs between CPUs.
authorMichael Zoran <mzoran@crowfest.net>
Sun, 15 Jan 2017 05:43:57 +0000 (21:43 -0800)
committerpopcornmix <popcornmix@gmail.com>
Mon, 20 Feb 2017 20:31:19 +0000 (20:31 +0000)
commitddd21c18d8cfef166aaa29e89d1457ccbe8461e2
tree4f8001740aee15a0751ddcf3e0490986d960717a
parent26ade7747b261cad2db5207a603cffafe9c845d0
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