Title: [7158] branches/2009R1/kernel/printk.c: Bug[#5420] Rollback newcon flag in last commit.
Revision
7158
Author
sonicz
Date
2009-08-11 20:44:22 -0400 (Tue, 11 Aug 2009)

Log Message

Bug[#5420] Rollback newcon flag in last commit.

Modified Paths

Diff

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


--- branches/2009R1/kernel/printk.c	2009-08-12 00:30:13 UTC (rev 7157)
+++ branches/2009R1/kernel/printk.c	2009-08-12 00:44:22 UTC (rev 7158)
@@ -1213,6 +1213,7 @@
 		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