]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, setup: Make the setup code also accept console=uart8250
authorYinghai Lu <yinghai@kernel.org>
Tue, 13 Jul 2010 20:35:17 +0000 (13:35 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 13 Jul 2010 21:08:12 +0000 (14:08 -0700)
commitce0aa5dd20e44372f9617dd67c984f41fcdbed88
tree8d418e91b8c9df1193121dc85f1864ff0195a42e
parentfa97bdf92709adaaf8b9a5164a895e262a4fcf60
x86, setup: Make the setup code also accept console=uart8250

Make the boot code also accept the console=uart8250,io,0x2f8,115200n
form of early console.

Also add back simple_guess_base(), otherwise those simple_strtoull(,,0)
are not going to work.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <4C3CCE05.4090505@kernel.org>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/string.c
arch/x86/boot/tty.c