Hi Jeroen,

On 18 Apr., 21:54, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> You don't happen to have more information, i.e. which patch, which kernel?

Rob already gave an answer: 
http://groups.google.com/group/linux.kernel/browse_thread/thread/5a2b00e35b0864a7

The patch cited there is:

--- drivers/char/pty.c.orig     2010-01-11 13:00:58.000000000 +0100
+++ drivers/char/pty.c  2010-01-11 13:01:04.000000000 +0100
@@ -200,6 +200,8 @@ static int pty_open(struct tty_struct *t
        if (tty->link->count != 1)
                goto out;

+       tty->low_latency = 1;
+
        clear_bit(TTY_OTHER_CLOSED, &tty->link->flags);
        set_bit(TTY_THROTTLED, &tty->flags);
        retval = 0;


Cheers,
Simon

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to