diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-10-08 14:13:31 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-10-08 14:13:31 +0000 |
| commit | 185fee17add69b4453fd8560f572c38ed3bd7afb (patch) | |
| tree | 9980c3670bfd0c83e4815268224a44d9e10d163d /sys/dev/sio/sio.c | |
| parent | 854a6f3d1ccf6c2ae06731d954e9ae057dfc6bd6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3a6ea18d93d6..609aaa2ee128 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/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(); |
