]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xics: Rename the map handler in a check handler
authorCédric Le Goater <clg@kaod.org>
Thu, 1 Jul 2021 13:27:35 +0000 (15:27 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 10 Aug 2021 13:14:59 +0000 (23:14 +1000)
commit2bb5cf3c1ab2f1ebd7bd27c0de7438e19aa9897e
tree6601ffdd9f0c1e9af4166ace1bc1c1037bee23ec
parent95fa056c097143c0d5003401d540c0c846ead570
powerpc/xics: Rename the map handler in a check handler

This moves the IRQ initialization done under the different ICS backends
in the common part of XICS. The 'map' handler becomes a simple 'check'
on the HW IRQ at the FW level.

As we don't need an ICS anymore in xics_migrate_irqs_away(), the XICS
domain does not set a chip data for the IRQ.

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-18-clg@kaod.org
arch/powerpc/include/asm/xics.h
arch/powerpc/sysdev/xics/ics-native.c
arch/powerpc/sysdev/xics/ics-opal.c
arch/powerpc/sysdev/xics/ics-rtas.c
arch/powerpc/sysdev/xics/xics-common.c