From: David Gibson Date: Tue, 13 Feb 2007 04:54:22 +0000 (+1100) Subject: [POWERPC] Use udbg_early_init() on ppc32 X-Git-Tag: v2.6.21-rc1~273^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719c91ccadd3ed26570dbb29d54166914832eee9;p=pandora-kernel.git [POWERPC] Use udbg_early_init() on ppc32 udbg_early_init() is a function used on 64 bit systems, which initializes whichever early udbg backend is configured. This function is not called on 32-bit, however if btext early debug is enabled it does have an explicit, inline, #ifdef-ed assignment performing analagous initialization. This patch makes things more uniform by folding the btext initialization as an option into udbg_early_init() and calling that from the 32-bit setup path. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed