linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH 4/6] UML - Eliminate doubled boot output
@ 2006-01-09  4:11 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2006-01-09  4:11 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, user-mode-linux-devel

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

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: linux-2.6.15/arch/um/drivers/mconsole_kern.c
===================================================================
--- linux-2.6.15.orig/arch/um/drivers/mconsole_kern.c	2006-01-06 20:49:21.000000000 -0500
+++ linux-2.6.15/arch/um/drivers/mconsole_kern.c	2006-01-06 20:49:48.000000000 -0500
@@ -500,7 +500,7 @@ static void console_write(struct console
 
 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)



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-09  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-09  4:11 [uml-devel] [PATCH 4/6] UML - Eliminate doubled boot output Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox