Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a174b30e authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[PATCH] uml: eliminate doubled boot output



CON_PRINTBUFFER was a bad idea for the mconsole console.  It causes the boot
output to be printed twice.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent edc0e659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ static void console_write(struct console *console, const char *string,

static struct console mc_console = { .name	= "mc",
				     .write	= console_write,
				     .flags	= CON_PRINTBUFFER | CON_ENABLED,
				     .flags	= CON_ENABLED,
				     .index	= -1 };

static int mc_add_console(void)