debuggers.hg
changeset 3073:f25437a7e267
bitkeeper revision 1.1159.170.46 (419cb8b6t7eqyQ8XfGGabpCzZpKD4Q)
Merge br260@labyrinth.cl.cam.ac.uk:/usr/groups/xeno/BK/xen-2.0-testing.bk
into anvil.research:/scratch/anvil/bren/xeno.bk
Merge br260@labyrinth.cl.cam.ac.uk:/usr/groups/xeno/BK/xen-2.0-testing.bk
into anvil.research:/scratch/anvil/bren/xeno.bk
author | bren@anvil.research |
---|---|
date | Thu Nov 18 14:59:02 2004 +0000 (2004-11-18) |
parents | 877279a4160b 2c98cd276123 |
children | adb332644e96 576b4b91f80a |
files | BitKeeper/etc/logging_ok linux-2.6.9-xen-sparse/drivers/char/tty_io.c |
line diff
1.1 --- a/BitKeeper/etc/logging_ok Thu Nov 18 14:58:31 2004 +0000 1.2 +++ b/BitKeeper/etc/logging_ok Thu Nov 18 14:59:02 2004 +0000 1.3 @@ -10,6 +10,7 @@ br260@br260.wolfson.cam.ac.uk 1.4 br260@labyrinth.cl.cam.ac.uk 1.5 br260@laudney.cl.cam.ac.uk 1.6 bren@anvil.research 1.7 +cl349@arcadians.cl.cam.ac.uk 1.8 cl349@freefall.cl.cam.ac.uk 1.9 cl349@labyrinth.cl.cam.ac.uk 1.10 cwc22@centipede.cl.cam.ac.uk
2.1 --- a/linux-2.6.9-xen-sparse/drivers/char/tty_io.c Thu Nov 18 14:58:31 2004 +0000 2.2 +++ b/linux-2.6.9-xen-sparse/drivers/char/tty_io.c Thu Nov 18 14:59:02 2004 +0000 2.3 @@ -1741,7 +1741,7 @@ retry_open: 2.4 goto got_driver; 2.5 } 2.6 #ifdef CONFIG_VT 2.7 - if (console_use_vt && device == MKDEV(TTY_MAJOR,0)) { 2.8 + if (device == MKDEV(TTY_MAJOR,0)) { 2.9 extern int fg_console; 2.10 extern struct tty_driver *console_driver; 2.11 driver = console_driver; 2.12 @@ -1961,7 +1961,7 @@ static int tiocswinsz(struct tty_struct 2.13 if (!memcmp(&tmp_ws, &tty->winsize, sizeof(*arg))) 2.14 return 0; 2.15 #ifdef CONFIG_VT 2.16 - if (console_use_vt && tty->driver->type == TTY_DRIVER_TYPE_CONSOLE) { 2.17 + if (tty->driver->type == TTY_DRIVER_TYPE_CONSOLE) { 2.18 unsigned int currcons = tty->index; 2.19 int rc; 2.20