commit | faa6cfde747ba6d37a0889cbe85881c80806d355 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon May 12 17:21:55 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 12 17:21:55 2008 -0700 |
tree | 1236334ba2f343f790d338fc0c19c2b195d08eba | |
parent | 4978db5bd964d90265f957f980ab2b0771ca2b9f [diff] |
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>