commit | 298f6f952885eeb1f25461f085c6c238bcd9fc5e | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@kaod.org> | Thu Jul 01 15:27:34 2021 +0200 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 10 23:14:59 2021 +1000 |
tree | 8e53d9d1985e6ec8ecab0459ff2b27568d44b080 | |
parent | 51be9e51a8000ffc6a33083ceca9da9303ed4dc5 [diff] |
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