Skip to content

Commit bd3b067

Browse files
nivedita76gregkh
authored andcommitted
arch/openrisc/setup: Drop dummy_con initialization
con_init in tty/vt.c will now set conswitchp to dummy_con if it's unset. Drop it from arch setup code. Signed-off-by: Arvind Sankar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7012502 commit bd3b067

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/openrisc/kernel/setup.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,6 @@ void __init setup_arch(char **cmdline_p)
308308
/* paging_init() sets up the MMU and marks all pages as reserved */
309309
paging_init();
310310

311-
#if defined(CONFIG_VT) && defined(CONFIG_DUMMY_CONSOLE)
312-
if (!conswitchp)
313-
conswitchp = &dummy_con;
314-
#endif
315-
316311
*cmdline_p = boot_command_line;
317312

318313
printk(KERN_INFO "OpenRISC Linux -- http://openrisc.io\n");

0 commit comments

Comments
 (0)