Re: [PATCH 1/4 v2] hvc_console: remove tty->low_latency

2009-01-15 Thread Christian Borntraeger
> Signed-off-by: Hendrik Brueckner > --- > 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-

Re: [PATCH 1/4 v2] hvc_console: remove tty->low_latency

2009-01-15 Thread Hendrik Brueckner
On Wed, Jan 14, 2009 at 08:04:04AM +1100, Benjamin Herrenschmidt wrote: > > So the simplest is to never set it. > > I already applied your previous patch. Please send an incremental fix. Here is the incremental patch for your powerpc tree along with a summary as patch description. Regards, Hendri