]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hvc_console.c
hvc_console: Remove tty->low_latency
[linux-2.6-omap-h63xx.git] / drivers / char / hvc_console.c
index 09676b4e5d8964d77a4cc555cbe30e616c62e7b0..94e7e3c8c05ad3f0720aaae3d6df588eebd2d50b 100644 (file)
@@ -318,8 +318,6 @@ static int hvc_open(struct tty_struct *tty, struct file * filp)
        } /* else count == 0 */
 
        tty->driver_data = hp;
-       if (!hp->irq_requested)
-               tty->low_latency = 1; /* Makes flushes to ldisc synchronous. */
 
        hp->tty = tty;