Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: remove console_verbose() from setup_arch()

It prevents kernel parameters such as 'loglevel' from doing their job.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

authored by

Mischa Jonker and committed by
Vineet Gupta
8508d565 6532b02f

-2
-2
arch/arc/kernel/setup.c
··· 357 357 */ 358 358 root_mountflags &= ~MS_RDONLY; 359 359 360 - console_verbose(); 361 - 362 360 #if defined(CONFIG_VT) && defined(CONFIG_DUMMY_CONSOLE) 363 361 conswitchp = &dummy_con; 364 362 #endif