]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: boot_delay should only affect output
authorAndrew Cooks <acooks@gmail.com>
Thu, 29 Nov 2012 03:18:18 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:26 +0000 (16:23 +1100)
commit48926128430485bcf1ea8299080c8bb65a9e011e
tree9526d158976a3821cd4bd3bcd1049bdb120dcc84
parent15be212271bc1abe4729681b814b5dddd6258433
printk: boot_delay should only affect output

The boot_delay parameter affects all printk(), even if the log level
prevents visible output from the call.  It results in delays greater than
the user intended without purpose.

This patch changes the behaviour of boot_delay to only delay output.

Signed-off-by: Andrew Cooks <acooks@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/printk.c