Re: [PATCH 01/14] powerpc/powernv: Add XICS emulation APIs

2016-07-12 Thread Stewart Smith
Benjamin Herrenschmidt writes: > OPAL provides an emulated XICS interrupt controller to > use as a fallback on newer processors that don't have a > XICS. It's meant as a way to provide backward compatibility > with future processors. Add the corresponding interfaces. > >

[PATCH 01/14] powerpc/powernv: Add XICS emulation APIs

2016-07-08 Thread Benjamin Herrenschmidt
OPAL provides an emulated XICS interrupt controller to use as a fallback on newer processors that don't have a XICS. It's meant as a way to provide backward compatibility with future processors. Add the corresponding interfaces. Signed-off-by: Benjamin Herrenschmidt ---