From: James S. <jsi...@us...> - 2001-12-06 23:32:53
|
Update of /cvsroot/linuxconsole/ruby/linux/kernel In directory usw-pr-cvs1:/tmp/cvs-serv5434/kernel Modified Files: printk.c Log Message: Start of reworking the console lock. Index: printk.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/kernel/printk.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- printk.c 2001/10/08 04:30:38 1.17 +++ printk.c 2001/12/06 23:32:51 1.18 @@ -14,6 +14,9 @@ * man...@co... * Rewrote bits to get rid of console_lock * 01Mar01 Andrew Morton <an...@uo...> + * Added finer grain locking for the console system. Also made it more + * VT independent. + * 11-28-2001 James Simmons <jsi...@tr...> */ #include <linux/mm.h> |