diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2010-12-29 10:09:33 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-03 08:07:04 -0500 |
commit | 44dd4ff33cde33d52d4376130f770b50f64218ca (patch) | |
tree | 15c4c84c6b1c5d854cf125f631a755303037c157 | |
parent | 50ed380afb5c5858409e99cf971a311c4e64a5b3 (diff) |
remove doc for obsolete dynamic-printk kernel-parameter
re:
commit e9d376f0fa66bd630fe27403669c6ae6c22a868f
Author: Jason Baron <jbaron@redhat.com>
Date: Thu Feb 5 11:51:38 2009 -0500
dynamic debug: combine dprintk and dynamic printk
Above commit obsoleted the kernel parameter, and even removed its
entry in kernel-parameters.txt, but got reinsterted through
0cb55ad2ad55 ("docs: alphabetize entries in kernel-parameters.txt")
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8b61c9360999..b653d5a08685 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -655,11 +655,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
655 | 655 | ||
656 | dscc4.setup= [NET] | 656 | dscc4.setup= [NET] |
657 | 657 | ||
658 | dynamic_printk Enables pr_debug()/dev_dbg() calls if | ||
659 | CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. | ||
660 | These can also be switched on/off via | ||
661 | <debugfs>/dynamic_printk/modules | ||
662 | |||
663 | earlycon= [KNL] Output early console device and options. | 658 | earlycon= [KNL] Output early console device and options. |
664 | uart[8250],io,<addr>[,options] | 659 | uart[8250],io,<addr>[,options] |
665 | uart[8250],mmio,<addr>[,options] | 660 | uart[8250],mmio,<addr>[,options] |