]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Improve initial IRQ to CPU assignment
authorHelge Deller <deller@gmx.de>
Fri, 4 Jan 2019 23:05:46 +0000 (00:05 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 21 Feb 2019 19:37:11 +0000 (20:37 +0100)
commitea473fe4ccff876cd3c792f7bc5d2dd75dca72a6
treeb8796bae21acf185d1f69eb33cbc8fd3ca0da5d4
parenta3c1b83da03532f73440d5d5a429d26c700a30ad
parisc: Improve initial IRQ to CPU assignment

On parisc, each IRQ can only be handled by one CPU, and currently CPU0
is choosen as default for handling all IRQs by default.
With this patch we now assign each requested IRQ to one of the online
CPUs (and thus distribute the IRQs across all CPUs), even without an
instance of irqbalance running.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/irq.c