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:
parent
d526413447
commit
9a732eea7b
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user