powerpc/xics: Add ICP OPAL backend
This adds a new XICS backend that uses OPAL calls, which can be used when we don't have native support for the platform interrupt controller. Signed-off-by:Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Showing
- arch/powerpc/include/asm/xics.h 6 additions, 0 deletionsarch/powerpc/include/asm/xics.h
- arch/powerpc/sysdev/xics/Makefile 1 addition, 1 deletionarch/powerpc/sysdev/xics/Makefile
- arch/powerpc/sysdev/xics/icp-opal.c 144 additions, 0 deletionsarch/powerpc/sysdev/xics/icp-opal.c
- arch/powerpc/sysdev/xics/xics-common.c 4 additions, 1 deletionarch/powerpc/sysdev/xics/xics-common.c
arch/powerpc/sysdev/xics/icp-opal.c
0 → 100644
Please register or sign in to comment