Title: [7159] branches/2009R1/kernel/printk.c: Bug[#5420] Remove newcon flag.
Revision
7159
Author
sonicz
Date
2009-08-11 20:54:05 -0400 (Tue, 11 Aug 2009)

Log Message

Bug[#5420] Remove newcon flag.

It is better to output kernel boot info on all consoles than to drop on
part of them.

Modified Paths

Diff

Modified: branches/2009R1/kernel/printk.c (7158 => 7159)


--- branches/2009R1/kernel/printk.c	2009-08-12 00:44:22 UTC (rev 7158)
+++ branches/2009R1/kernel/printk.c	2009-08-12 00:54:05 UTC (rev 7159)
@@ -1213,7 +1213,6 @@
 		printk(" -> real [%s%d]\n", newcon->name, newcon->index);
 		for_each_console(bcon)
 			unregister_console(bcon);
-		newcon->flags &= ~CON_PRINTBUFFER;
 	} else {
 		printk(KERN_INFO "%sconsole [%s%d] enabled\n",
 			(newcon->flags & CON_BOOT) ? "boot" : "" ,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to