diff options
author | Michael Neuling <mikey@neuling.org> | 2006-08-16 23:12:14 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-08-25 13:27:35 +1000 |
commit | 9a2ded55c40ad17b8b12f87c592a40b2e8593c4d (patch) | |
tree | f1fd41f15356787e68915257be26dafb0d951932 /arch/powerpc/platforms/cell/setup.c | |
parent | 869d7f381e8c32de85ddfa9621125fb10a885f87 (diff) | |
download | talos-obmc-linux-9a2ded55c40ad17b8b12f87c592a40b2e8593c4d.tar.gz talos-obmc-linux-9a2ded55c40ad17b8b12f87c592a40b2e8593c4d.zip |
[POWERPC] powerpc: Make RTAS console init generic
The rtas console doesn't have to be Cell specific. If we get both
RTAS tokens, we should just enabled the console then and there.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/setup.c')
-rw-r--r-- | arch/powerpc/platforms/cell/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/cell/setup.c b/arch/powerpc/platforms/cell/setup.c index 282987d6d4a2..22c228a49c33 100644 --- a/arch/powerpc/platforms/cell/setup.c +++ b/arch/powerpc/platforms/cell/setup.c @@ -150,10 +150,6 @@ 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; |