powerpc/eeh_cache: Add pr_debug() prints for insert/remove
authorOliver O'Halloran <oohall@gmail.com>
Fri, 15 Feb 2019 00:48:12 +0000 (11:48 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Feb 2019 13:10:14 +0000 (00:10 +1100)
commite67fbbec74220733971b88804be93528f5246434
treed836de952a546d153c1bc70fe76156face32a1c4
parent46ee7c3c5212b0f4f8713d60cfd595721efdf0d3
powerpc/eeh_cache: Add pr_debug() prints for insert/remove

The EEH address cache is used to map a physical MMIO address back to a PCI
device. It's useful to know when it's being manipulated, but currently this
requires recompiling with #define DEBUG set. This is pointless since we
have dynamic_debug nowdays, so remove the #ifdef guard and add a pr_debug()
for the remove case too.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Sam Bobroff <sbobroff@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh_cache.c