Convert loglevel-related kernel boot parameters to early_param
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Fri, 8 Feb 2008 12:21:58 +0000 (04:21 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:42 +0000 (09:22 -0800)
commitf6f21c81464ce52dbeec921bdc2e8b288c491920
tree926a0fdcf513218bcbfc6f021e03edc36cff58fa
parent06b2a76d25d3cfbd14680021c1d356c91be6904e
Convert loglevel-related kernel boot parameters to early_param

So we can use them for the early console like console=uart8250 or
earlycon=uart8250 or early_printk

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/main.c