From: James S. <jsi...@us...> - 2001-12-07 00:56:50
|
Update of /cvsroot/linuxconsole/ruby/linux/kernel In directory usw-pr-cvs1:/tmp/cvs-serv25433/kernel Modified Files: printk.c Log Message: This breaks things and oops but I really need to save my work until I get home to finish it. Index: printk.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/kernel/printk.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- printk.c 2001/12/07 00:17:55 1.20 +++ printk.c 2001/12/07 00:56:47 1.21 @@ -534,11 +534,12 @@ wake_up_interruptible(&log_wait); up(&con->lock); } - +/* if (driver) { driver->may_schedule = 0; up(&driver->tty_lock); } +*/ } /** console_conditional_schedule - yield the CPU if required |