aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64')
-rw-r--r--arch/ppc64/kernel/setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/setup.c b/arch/ppc64/kernel/setup.c
index 42019be0c6ad..b7885028fcf1 100644
--- a/arch/ppc64/kernel/setup.c
+++ b/arch/ppc64/kernel/setup.c
@@ -1039,6 +1039,10 @@ void __init setup_arch(char **cmdline_p)
1039 /* initialize the syscall map in systemcfg */ 1039 /* initialize the syscall map in systemcfg */
1040 setup_syscall_map(); 1040 setup_syscall_map();
1041 1041
1042#ifdef CONFIG_DUMMY_CONSOLE
1043 conswitchp = &dummy_con;
1044#endif
1045
1042 ppc_md.setup_arch(); 1046 ppc_md.setup_arch();
1043 1047
1044 /* Use the default idle loop if the platform hasn't provided one. */ 1048 /* Use the default idle loop if the platform hasn't provided one. */