From: Michael Ellerman Date: Wed, 11 Jan 2006 00:54:09 +0000 (+1100) Subject: [PATCH] powerpc: Make early debugging configurable via Kconfig X-Git-Tag: v2.6.16-rc1~425^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296167ae1799815b9ed2d135a847436502f2ee91;p=pandora-kernel.git [PATCH] powerpc: Make early debugging configurable via Kconfig This patch adds Kconfig entries to control the early debugging options, currently in setup_64.c. Doing this via Kconfig rather than #defines means you can have one source tree, which is buildable for multiple platforms - and you can enable the correct early debug option for each platform via .config. I made udbg_early_init() a static inline because otherwise GCC is to daft to optimise it away when debugging is off. Now that we have udbg_init_rtas() we can make call_rtas_display_status* static. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed