From 9a732eea7b3b28863c38293c4ff3ef6bdec330bc Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 8 Oct 2000 14:13:31 +0000 Subject: [PATCH] Use schedsofttty() again so that siopoll() gets scheduled as designed (SMPng casualty in rev.1.308 with wrong fix in rev.1.310). --- sys/dev/sio/sio.c | 5 ----- sys/isa/sio.c | 5 ----- 2 files changed, 10 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(); diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 3a6ea18d93d6..609aaa2ee128 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();