summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-01-12 13:28:45 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2018-01-16 23:48:04 +1100
commitf5abe14f88e8259494d69614768789a67475b1ad (patch)
tree227b59a964ddb8e7e1dae8b424e911e60115b9f4 /arch/powerpc/sysdev
parentfbadeb6bb1685f7a53869e240284ff083f5edaa6 (diff)
downloadlinux-stable-f5abe14f88e8259494d69614768789a67475b1ad.tar.gz
linux-stable-f5abe14f88e8259494d69614768789a67475b1ad.tar.bz2
linux-stable-f5abe14f88e8259494d69614768789a67475b1ad.zip
powerpc/xive: Remove incorrect debug code
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 <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r--arch/powerpc/sysdev/xive/common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/sysdev/xive/common.c b/arch/powerpc/sysdev/xive/common.c
index a3b8d7d1316e..838ebdbfe4c5 100644
--- a/arch/powerpc/sysdev/xive/common.c
+++ b/arch/powerpc/sysdev/xive/common.c
@@ -1269,11 +1269,6 @@ static void xive_setup_cpu(void)
{
struct xive_cpu *xc = __this_cpu_read(xive_cpu);
- /* Debug: Dump the TM state */
- pr_devel("CPU %d [HW 0x%02x] VT=%02x\n",
- smp_processor_id(), hard_smp_processor_id(),
- in_8(xive_tima + xive_tima_offset + TM_WORD2));
-
/* The backend might have additional things to do */
if (xive_ops->setup_cpu)
xive_ops->setup_cpu(smp_processor_id(), xc);