summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/udbg.c
diff options
context:
space:
mode:
authorIshizaki Kou2007-02-02 08:43:21 +0100
committerPaul Mackerras2007-02-07 04:03:21 +0100
commitd7480a9feaa970d9c37462f21bc27ebab2c56b0b (patch)
tree4dbd599f52d6d6abd96d11371e5aa00611854d55 /arch/powerpc/kernel/udbg.c
parent[POWERPC] Celleb: htab routines (diff)
downloadkernel-qcow2-linux-d7480a9feaa970d9c37462f21bc27ebab2c56b0b.tar.gz
kernel-qcow2-linux-d7480a9feaa970d9c37462f21bc27ebab2c56b0b.tar.xz
kernel-qcow2-linux-d7480a9feaa970d9c37462f21bc27ebab2c56b0b.zip
[POWERPC] Celleb: support udbg
This patch adds udbg support for Celleb platform. Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/udbg.c')
-rw-r--r--arch/powerpc/kernel/udbg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/udbg.c b/arch/powerpc/kernel/udbg.c
index 5730906b23d5..e225a761dc2a 100644
--- a/arch/powerpc/kernel/udbg.c
+++ b/arch/powerpc/kernel/udbg.c
@@ -45,6 +45,8 @@ void __init udbg_early_init(void)
#elif defined(CONFIG_PPC_EARLY_DEBUG_ISERIES)
/* For iSeries - hit Ctrl-x Ctrl-x to see the output */
udbg_init_iseries();
+#elif defined(CONFIG_PPC_EARLY_DEBUG_BEAT)
+ udbg_init_debug_beat();
#endif
}