]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xics: Remove ICS list
authorCédric Le Goater <clg@kaod.org>
Thu, 1 Jul 2021 13:27:34 +0000 (15:27 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 10 Aug 2021 13:14:59 +0000 (23:14 +1000)
commit95fa056c097143c0d5003401d540c0c846ead570
tree8e53d9d1985e6ec8ecab0459ff2b27568d44b080
parenta6d8de5a15d12cd1a0abcf9df86629e6a699b9b3
powerpc/xics: Remove ICS list

We always had only one ICS per machine. Simplify the XICS driver by
removing the ICS list.

The ICS stored in the chip data of the XICS domain becomes useless and
we don't need it anymore to migrate away IRQs from a CPU. This will be
removed in a subsequent patch.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210701132750.1475580-17-clg@kaod.org
arch/powerpc/sysdev/xics/xics-common.c