Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a36219ac authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

The scheduled 'time' option removal



The scheduled removal of the 'time' option.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3287629e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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).
+0 −13
Original line number Diff line number Diff line
@@ -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)
{