From: Michael Ellerman Date: Thu, 24 Apr 2008 05:13:14 +0000 (+1000) Subject: [POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot X-Git-Tag: v2.6.26-rc1~1055^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f336632f191ebf157aeea0f1e65eb1b263655ffc;p=pandora-kernel.git [POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot The udbg console should be safe to call basically at any time after boot. It does not need any per-cpu resources or for the cpu to be online, as long as there is a udbg_putc routine hooked up it should work. So mark it as CON_ANYTIME. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed