patch-2.1.92 linux/drivers/char/serial.c

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

diff -u --recursive --new-file v2.1.91/linux/drivers/char/serial.c linux/drivers/char/serial.c
@@ -3212,7 +3212,7 @@
 	 *	The interrupt of the serial console port
 	 *	can't be shared.
 	 */
-	if (sercons.flags & CON_FIRST) {
+	if (sercons.flags & CON_CONSDEV) {
 		for(i = 0; i < NR_PORTS; i++)
 			if (i != sercons.index &&
 			    rs_table[i].irq == rs_table[sercons.index].irq)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov