diff options
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(); |
