[PATCH 4/4] ocxl: Remove custom service to allocate interrupts

2020-04-02 Thread Frederic Barrat
We now allocate interrupts through xive directly. Signed-off-by: Frederic Barrat --- arch/powerpc/include/asm/pnv-ocxl.h | 3 --- arch/powerpc/platforms/powernv/ocxl.c | 30 --- 2 files changed, 33 deletions(-) diff --git a/arch/powerpc/include/asm/pnv-ocxl.h b/arch/

Re: [PATCH 4/4] ocxl: Remove custom service to allocate interrupts

2020-04-02 Thread Cédric Le Goater
On 4/2/20 5:43 PM, Frederic Barrat wrote: > We now allocate interrupts through xive directly. > > Signed-off-by: Frederic Barrat Reviewed-by: Cédric Le Goater > --- > arch/powerpc/include/asm/pnv-ocxl.h | 3 --- > arch/powerpc/platforms/powernv/ocxl.c | 30 --- > 2

Re: [PATCH 4/4] ocxl: Remove custom service to allocate interrupts

2020-04-03 Thread Greg Kurz
On Thu, 2 Apr 2020 17:43:52 +0200 Frederic Barrat wrote: > We now allocate interrupts through xive directly. > > Signed-off-by: Frederic Barrat > --- > arch/powerpc/include/asm/pnv-ocxl.h | 3 --- > arch/powerpc/platforms/powernv/ocxl.c | 30 --- Nice diffstat :) R