patch-1.3.66 linux/drivers/char/console.c

Next file: linux/drivers/char/keyboard.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.65/linux/drivers/char/console.c linux/drivers/char/console.c
@@ -1386,7 +1386,7 @@
 	if (currcons == sel_cons)
 		clear_selection();
 
-	disable_bh(KEYBOARD_BH);
+	disable_bh(CONSOLE_BH);
 	while (!tty->stopped &&	count) {
 		c = from_user ? get_user(buf) : *buf;
 		buf++; n++; count--;
@@ -1820,7 +1820,7 @@
 	}
 	if (vcmode != KD_GRAPHICS)
 		set_cursor(currcons);
-	enable_bh(KEYBOARD_BH);
+	enable_bh(CONSOLE_BH);
 	return n;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this