diff options
author | Olof Johansson <olof@lixom.net> | 2007-02-04 17:36:49 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-06 22:03:22 -0500 |
commit | 39c870d5b503fa684198baf90bab2daa35ef0151 (patch) | |
tree | 0afdc842f7714cf47892512bb93ae5453bb6c34d /arch/powerpc/kernel/udbg.c | |
parent | a1fdf6940a2a3d3c7475755eba5881403473252d (diff) |
[POWERPC] pasemi: UART udbg support
Early debug output for PA Semi UART. Uses the 2.05 CI real mode ops.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/udbg.c')
-rw-r--r-- | arch/powerpc/kernel/udbg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/udbg.c b/arch/powerpc/kernel/udbg.c index e225a761dc2a..8f5afdbad0d5 100644 --- a/arch/powerpc/kernel/udbg.c +++ b/arch/powerpc/kernel/udbg.c | |||
@@ -47,6 +47,8 @@ void __init udbg_early_init(void) | |||
47 | udbg_init_iseries(); | 47 | udbg_init_iseries(); |
48 | #elif defined(CONFIG_PPC_EARLY_DEBUG_BEAT) | 48 | #elif defined(CONFIG_PPC_EARLY_DEBUG_BEAT) |
49 | udbg_init_debug_beat(); | 49 | udbg_init_debug_beat(); |
50 | #elif defined(CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE) | ||
51 | udbg_init_pas_realmode(); | ||
50 | #endif | 52 | #endif |
51 | } | 53 | } |
52 | 54 | ||