]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: add module parameter ignore_loglevel to control ignore_loglevel
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>
Fri, 7 Oct 2011 06:06:52 +0000 (17:06 +1100)
commitecd947b012facfbd1623bb3cced639b5018f8112
tree88a7a8b9284a726d16c2548edc631fa73528861f
parented29cc39d1fb1178c5aa0b3643811985bfbb808d
printk: add module parameter ignore_loglevel to control ignore_loglevel

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 can change it by:
/sys/module/printk/parameters/ignore_loglevel

Signed-off-by: Yanmin Zhang <yanmin.zhang@intel.com>
Signed-off-by: Andrew Morton <akpm@google.com>
kernel/printk.c