]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: add ignore_loglevel as module parameter
authorYanmin Zhang <yanmin_zhang@linux.intel.com>
Wed, 5 Oct 2011 00:43:27 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:38 +0000 (17:49 +1100)
commit157558bd12ee00d85dc05a0d3ff88e6ab6752882
tree29fd637e02719feb2387091aacacafdfcee1a4f6
parent39c73b9a89b91a5bb3166387355c8d17b194dace
printk: add ignore_loglevel as module parameter

We are enabling some power features on medfield.  To test suspend-2-RAM
conveniently, we need turn on/off ignore_loglevel frequently without
rebooting.

Add a module parameter, so users could change it by:
/sys/module/printk/parameters/ignore_loglevel

Signed-off-by: Zhang Yanmin <yanmin_zhang@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@google.com>
Documentation/kernel-parameters.txt
kernel/printk.c