Update of /cvsroot/linuxconsole/ruby/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv9503/include/linux
Modified Files:
tty_driver.h
Log Message:
Almost done with the new console lock. I need to do one more thing. Allow for multihead again.
Index: tty_driver.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/tty_driver.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tty_driver.h 2001/12/08 00:54:01 1.4
+++ tty_driver.h 2001/12/09 01:43:35 1.5
@@ -132,6 +132,7 @@
int may_schedule; /* when we can schedule */
int *refcount; /* for loadable tty drivers */
struct semaphore *tty_lock;/* access control for printk and tty layer */
+ struct console *console;/* console attached to this tty hardware */
struct proc_dir_entry *proc_entry; /* /proc fs entry */
struct tty_driver *other; /* only used for the PTY driver */
|