diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-20 07:00:20 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-20 07:00:20 -0400 |
commit | 0458060c1c59c5378d8fb5daabe18cf4681c35cd (patch) | |
tree | ce33af5a0b1d4a4307502d4628529e2dffe7ea8e /arch/powerpc/platforms | |
parent | 399fe2bdd315c3a678b59b72659c4ed1ce0e1a24 (diff) |
ppc64: Move init_boot_text call and conswitchp init into setup_arch
This way they get done in one place for all platforms, and it is
more consistent with what ppc32 does.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/pseries/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index c53dbbb4490a..92d18003f152 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
@@ -241,10 +241,6 @@ static void __init pSeries_setup_arch(void) | |||
241 | find_and_init_phbs(); | 241 | find_and_init_phbs(); |
242 | eeh_init(); | 242 | eeh_init(); |
243 | 243 | ||
244 | #ifdef CONFIG_DUMMY_CONSOLE | ||
245 | conswitchp = &dummy_con; | ||
246 | #endif | ||
247 | |||
248 | pSeries_nvram_init(); | 244 | pSeries_nvram_init(); |
249 | 245 | ||
250 | /* Choose an idle loop */ | 246 | /* Choose an idle loop */ |