From: Milton Miller Date: Sun, 10 Jun 2007 04:32:43 +0000 (+1000) Subject: [POWERPC] Fix console output getting dropped on platforms without udbg_putc X-Git-Tag: v2.6.22-rc5~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220ddc0847ebd42d18ee78c7e1c2f4c2e3be637d;p=pandora-kernel.git [POWERPC] Fix console output getting dropped on platforms without udbg_putc Previously, registering this early console would just result in dropping early buffered printk output until a udbg_putc was registered. However, commit 69331af79cf29e26d1231152a172a1a10c2df511 clears the CON_PRINTBUFFER flag on the main console when a CON_BOOT (early) console has been registered, resulting in the buffered messages never being displayed to the user. This fixes the problem by making sure we don't register udbg_console on platforms that don't implement udbg_putc. Signed-off-by: Milton Miller Acked-by: Mark A. Greer Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed