aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2007-07-16 02:40:25 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 12:05:45 -0400
commite84845c4bf9a00533352e5805b35f42acdb04a1e (patch)
treed5791d8f19b97d8ae925cde32d59d53521e405a7 /Documentation
parent185848707e73382ba930857502a0b80ff6039967 (diff)
add printk.time option, deprecate 'time'
Allow printk_time to be enabled or disabled at boot time. Previously it could be enabled only, but not disabled. Change printk_time from an int to a bool since that's what it is. Make its logical (exposed) name just be "time" (was "printk_time"). Note: Changes kernel boot option syntax from "time" to "printk.time=value". Since printk_time is declared as a module_param, it can also be changed at run-time by modifying /sys/module/printk/parameters/time to a value of 1/Y/y to enabled it or 0/N/n to disable it. Since printk_time is declared as a module_param, its value can also be set at boot-time by using linux printk.time=<bool> If the "time" boot option is used, print a message that it is deprecated and will be removed. Note its planned removal in feature-removal-schedule.txt. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt8
-rw-r--r--Documentation/kernel-parameters.txt4
2 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 4f69470e52d6..f5d6f4d1624d 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -257,6 +257,14 @@ Who: Jean Delvare <khali@linux-fr.org>
257 257
258--------------------------- 258---------------------------
259 259
260What: 'time' kernel boot parameter
261When: January 2008
262Why: replaced by 'printk.time=<value>' so that printk timestamps can be
263 enabled or disabled as needed
264Who: Randy Dunlap <randy.dunlap@oracle.com>
265
266---------------------------
267
260What: drivers depending on OSS_OBSOLETE 268What: drivers depending on OSS_OBSOLETE
261When: options in 2.6.23, code in 2.6.25 269When: options in 2.6.23, code in 2.6.25
262Why: obsolete OSS drivers 270Why: obsolete OSS drivers
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index ab38322111c4..a0362d5a911e 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1389,6 +1389,9 @@ and is between 256 and 4096 characters. It is defined in the file
1389 the kernel console. 1389 the kernel console.
1390 default: off. 1390 default: off.
1391 1391
1392 printk.time= Show timing data prefixed to each printk message line
1393 Format: <bool> (1/Y/y=enable, 0/N/n=disable)
1394
1392 profile= [KNL] Enable kernel profiling via /proc/profile 1395 profile= [KNL] Enable kernel profiling via /proc/profile
1393 Format: [schedule,]<number> 1396 Format: [schedule,]<number>
1394 Param: "schedule" - profile schedule points. 1397 Param: "schedule" - profile schedule points.
@@ -1824,6 +1827,7 @@ and is between 256 and 4096 characters. It is defined in the file
1824 Set number of hash buckets for TCP connection 1827 Set number of hash buckets for TCP connection
1825 1828
1826 time Show timing data prefixed to each printk message line 1829 time Show timing data prefixed to each printk message line
1830 [deprecated, see 'printk.time']
1827 1831
1828 tipar.timeout= [HW,PPT] 1832 tipar.timeout= [HW,PPT]
1829 Set communications timeout in tenths of a second 1833 Set communications timeout in tenths of a second