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>
Wed, 27 Jan 2021 19:12:53 +0000 (19:12 +0000)
commit5661b69cf487886e15a79a12f31643bbdb9b0c83
tree21ab967ffcd7d8f9c550199c888024856f824706
parentdc7adb1fa6f69447fa5f49a6db41b3e85b61db4d
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