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)
commit298f6f952885eeb1f25461f085c6c238bcd9fc5e
tree8e53d9d1985e6ec8ecab0459ff2b27568d44b080
parent51be9e51a8000ffc6a33083ceca9da9303ed4dc5
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