Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31174
b: refs/heads/master
c: 94b60ec
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jun 28, 2006
1 parent 179d361 commit 8ded98b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc46bb98c0d52695f26c239de701050660f5c79f
refs/heads/master: 94b60ec166bc410d544d7635c9575ea5e53ec052
1 change: 1 addition & 0 deletions trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ config PPC_IBM_CELL_BLADE
select PPC_RTAS
select MMIO_NVRAM
select PPC_UDBG_16550
select UDBG_RTAS_CONSOLE

config UDBG_RTAS_CONSOLE
bool
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/cell/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ static int __init cell_probe(void)
!of_flat_dt_is_compatible(root, "IBM,CPBW-1.0"))
return 0;

#ifdef CONFIG_UDBG_RTAS_CONSOLE
udbg_init_rtas_console();
#endif

hpte_init_native();

return 1;
Expand Down

0 comments on commit 8ded98b

Please sign in to comment.