commit | faa97abe6a3673af268abb661c6b663252a911aa | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Fri Oct 10 10:57:44 2008 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Dec 29 15:34:16 2008 +0200 |
tree | e0cb3c8279f8175ed5638cdeef348b757e6f1779 | |
parent | 2e67624c22321fa40ad3aa89c307c84bd679d9b2 [diff] |
kmemtrace: allow kmemtrace to be enabled after boot The kmemtrace_init() function returns early if kmemtrace is disabled at boot causing kmemtrace_setup_late() to also bail out on NULL channel. This has the unfortunate side effect that none of the debugfs files needed to enable kmemtrace after boot are created. Cc: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>