From: Michael Ellerman Date: Wed, 14 Jan 2009 20:46:01 +0000 (+0000) Subject: powerpc: Allow debugging of LMBs with lmb=debug X-Git-Tag: v2.6.30-rc1~619^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059f134f844ec52772353c95693fcb5b86e80193;p=pandora-kernel.git 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 Acked-by: David S. Miller Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed