Re: [1/5] powerpc/xive: Remove incorrect debug code

2018-01-17 Thread Michael Ellerman
On Fri, 2018-01-12 at 02:28:45 UTC, Benjamin Herrenschmidt wrote: > WORD2 if the TIMA isn't byte accessible and > isn't that useful to know about, take out the > pr_devel statement. > > Signed-off-by: Benjamin Herrenschmidt Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f5abe

[PATCH 1/5] powerpc/xive: Remove incorrect debug code

2018-01-11 Thread Benjamin Herrenschmidt
WORD2 if the TIMA isn't byte accessible and isn't that useful to know about, take out the pr_devel statement. Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/sysdev/xive/common.c | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/powerpc/sysdev/xive/common.c b/arch/powerpc/sysd