Use schedsofttty() again so that siopoll() gets scheduled as designed

(SMPng casualty in rev.1.308 with wrong fix in rev.1.310).
This commit is contained in:
bde 2000-10-08 14:13:31 +00:00
parent d526413447
commit 9a732eea7b
2 changed files with 0 additions and 10 deletions

View File

@ -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();

View File

@ -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();