Re: [PATCH v3 8/8] powerpc/xive: improve debugging macros

2017-08-31 Thread Benjamin Herrenschmidt
On Wed, 2017-08-30 at 21:46 +0200, Cédric Le Goater wrote: > Having the CPU identifier in the debug logs is helpful when tracking > issues. Also add some more logging and fix a compile issue in > xive_do_source_eoi(). > > Signed-off-by: Cédric Le Goater Acked-by: Benjamin Herrenschmidt > --- >

[PATCH v3 8/8] powerpc/xive: improve debugging macros

2017-08-30 Thread Cédric Le Goater
Having the CPU identifier in the debug logs is helpful when tracking issues. Also add some more logging and fix a compile issue in xive_do_source_eoi(). Signed-off-by: Cédric Le Goater --- arch/powerpc/sysdev/xive/common.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git