diff options
author | bde <bde@FreeBSD.org> | 2000-10-08 14:13:31 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-10-08 14:13:31 +0000 |
commit | 9a732eea7b3b28863c38293c4ff3ef6bdec330bc (patch) | |
tree | 313dcb898d746d75569428a25a9641b6f62316e9 /sys/isa | |
parent | d5264134474d441cb1bae45ac8a328d07fbd747b (diff) | |
download | FreeBSD-src-9a732eea7b3b28863c38293c4ff3ef6bdec330bc.zip FreeBSD-src-9a732eea7b3b28863c38293c4ff3ef6bdec330bc.tar.gz |
Use schedsofttty() again so that siopoll() gets scheduled as designed
(SMPng casualty in rev.1.308 with wrong fix in rev.1.310).
Diffstat (limited to 'sys/isa')
-rw-r--r-- | sys/isa/sio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 3a6ea18..609aaa2 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -1986,12 +1986,7 @@ siointr1(com) if (com->do_timestamp) microtime(&com->timestamp); ++com_events; -/* XXX - needs to go away when alpha gets ithreads */ -#ifdef __alpha__ schedsofttty(); -#else - setsofttty(); -#endif #if 0 /* for testing input latency vs efficiency */ if (com->iptr - com->ibuf == 8) setsofttty(); |