From: Yinghai Lu Date: Wed, 14 Jul 2010 18:26:57 +0000 (-0700) Subject: x86, setup: Only set early_serial_base after port is initialized X-Git-Tag: v2.6.36-rc1~524^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b0d22d581a5deef7b2876b0c3774635b8d846c;p=pandora-kernel.git x86, setup: Only set early_serial_base after port is initialized putchar is using early_serial_base to check if port is initialized. So we only assign it after early_serial_init() is called, in case we need use VGA to debug early serial console. Also add display for port addr and baud. -v2: update to current tip Acked-by: Pekka Enberg Signed-off-by: Yinghai Lu LKML-Reference: <4C3E0171.6050008@kernel.org> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed