Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84757
b: refs/heads/master
c: a36219a
h: refs/heads/master
i:
  84755: a563d55
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 8, 2008
1 parent cb7afa9 commit dcc9923
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3287629eff75c7323e875b942be82f7ac6ca18da
refs/heads/master: a36219ac93b3fd029f5e800642226c57796c152f
8 changes: 0 additions & 8 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,6 @@ Who: Len Brown <len.brown@intel.com>

---------------------------

What: 'time' kernel boot parameter
When: January 2008
Why: replaced by 'printk.time=<value>' so that printk timestamps can be
enabled or disabled as needed
Who: Randy Dunlap <randy.dunlap@oracle.com>

---------------------------

What: libata spindown skipping and warning
When: Dec 2008
Why: Some halt(8) implementations synchronize caches for and spin
Expand Down
3 changes: 0 additions & 3 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1973,9 +1973,6 @@ and is between 256 and 4096 characters. It is defined in the file
<deci-seconds>: poll all this frequency
0: no polling (default)

time Show timing data prefixed to each printk message line
[deprecated, see 'printk.time']

tipar.timeout= [HW,PPT]
Set communications timeout in tenths of a second
(default 15).
Expand Down
13 changes: 0 additions & 13 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,19 +566,6 @@ static int printk_time = 0;
#endif
module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);

static int __init printk_time_setup(char *str)
{
if (*str)
return 0;
printk_time = 1;
printk(KERN_NOTICE "The 'time' option is deprecated and "
"is scheduled for removal in early 2008\n");
printk(KERN_NOTICE "Use 'printk.time=<value>' instead\n");
return 1;
}

__setup("time", printk_time_setup);

/* Check if we have any console registered that can be called early in boot. */
static int have_callable_console(void)
{
Expand Down

0 comments on commit dcc9923

Please sign in to comment.