]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit82fc56caed8fa45a4c1c62d50d4693eb8730621e
tree926a0fdcf513218bcbfc6f021e03edc36cff58fa
parent50b8e8879152a2afd47bb9f0bd8a6fa351124fee
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