* [PATCH] ARC: remove console_verbose() from setup_arch()
@ 2013-08-28 18:38 Mischa Jonker
2013-08-30 6:21 ` Vineet Gupta
0 siblings, 1 reply; 2+ messages in thread
From: Mischa Jonker @ 2013-08-28 18:38 UTC (permalink / raw)
To: Vineet Gupta, Arnd Bergmann, Sachin Kamat, linux-kernel; +Cc: Mischa Jonker
It prevents kernel parameters such as 'loglevel' from doing their job.
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
arch/arc/kernel/setup.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
index 6b08345..b011f8c 100644
--- a/arch/arc/kernel/setup.c
+++ b/arch/arc/kernel/setup.c
@@ -357,8 +357,6 @@ void __init setup_arch(char **cmdline_p)
*/
root_mountflags &= ~MS_RDONLY;
- console_verbose();
-
#if defined(CONFIG_VT) && defined(CONFIG_DUMMY_CONSOLE)
conswitchp = &dummy_con;
#endif
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-30 6:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-28 18:38 [PATCH] ARC: remove console_verbose() from setup_arch() Mischa Jonker
2013-08-30 6:21 ` Vineet Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®