lmb: Make lmb debugging more useful.
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2008 00:21:55 +0000 (17:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2008 00:21:55 +0000 (17:21 -0700)
commitfaa6cfde747ba6d37a0889cbe85881c80806d355
tree1236334ba2f343f790d338fc0c19c2b195d08eba
parent4978db5bd964d90265f957f980ab2b0771ca2b9f
lmb: Make lmb debugging more useful.

Having to muck with the build and set DEBUG just to
get lmb_dump_all() to print things isn't very useful.

So use pr_info() and use an early boot param
"lmb=debug" so we can simply ask users to reboot
with this option when we need some debugging from
them.

Signed-off-by: David S. Miller <davem@davemloft.net>
lib/lmb.c