[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200901151017.48995.borntraeger@de.ibm.com>
Date: Thu, 15 Jan 2009 10:17:48 +0100
From: Christian Borntraeger <borntraeger@...ibm.com>
To: Hendrik Brueckner <brueckner@...ux.vnet.ibm.com>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Milton Miller <miltonm@....com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
linuxppc-dev list <linuxppc-dev@...abs.org>,
Joe Peterson <joe@...rush.com>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/4 v2] hvc_console: remove tty->low_latency
> Signed-off-by: Hendrik Brueckner <brueckner@...ux.vnet.ibm.com>
> ---
> drivers/char/hvc_console.c | 2 --
> 1 file changed, 2 deletions(-)
>
> --- a/drivers/char/hvc_console.c
> +++ b/drivers/char/hvc_console.c
> @@ -318,8 +318,6 @@ static int hvc_open(struct tty_struct *t
> } /* else count == 0 */
>
> tty->driver_data = hp;
> - if (!hp->irq_requested)
> - tty->low_latency = 1; /* Makes flushes to ldisc synchronous. */
>
> hp->tty = tty;
>
>
Acked-by: Christian Borntraeger <borntraeger@...ibm.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists