diff options
Diffstat (limited to 'sys/i386/isa/cx.c')
-rw-r--r-- | sys/i386/isa/cx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/cx.c b/sys/i386/isa/cx.c index fd5b686..a2a4693 100644 --- a/sys/i386/isa/cx.c +++ b/sys/i386/isa/cx.c @@ -546,7 +546,7 @@ cxoproc (struct tty *tp) tp->t_state &= ~TS_ASLEEP; wakeup(TSA_OLOWAT(tp)); } - selwakeup(&tp->t_wsel); + selwakeuppri(&tp->t_wsel, TTOPRI); } #endif splx (s); |