Re: [PATCH 1/2] powerpc: Allow debugging of LMBs with lmb=debug

2009-01-14 Thread David Miller
From: Michael Ellerman Date: Thu, 15 Jan 2009 17:46:01 +1100 (EST) > 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(

[PATCH 1/2] powerpc: Allow debugging of LMBs with lmb=debug

2009-01-14 Thread Michael Ellerman
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. Signe