powerpc: Allow debugging of LMBs with lmb=debug
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 14 Jan 2009 20:46:01 +0000 (20:46 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Feb 2009 02:38:00 +0000 (13:38 +1100)
commit059f134f844ec52772353c95693fcb5b86e80193
tree3ce447cd163b61463225ab62f8728daa22c89a4d
parent33642d31d19c967b9739253912cdd48885509805
powerpc: Allow debugging of LMBs with lmb=debug

The lmb debugging can be turned on at boottime with lmb=debug on the
command line. However on powerpc that doesn't work, because we don't
necessarily call lmb_dump_all().

So always call lmb_dump_all() after lmb_analyze(), no output is
generated unless lmb=debug is found on the command line.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/prom.c