siointr1: Schedule soft interrupt when needed. This fixes the "no

interrupt" problem people had seen with SMPng.

Approved by:       jasone
Tested by:         bp
This commit is contained in:
grog 2000-09-08 06:58:58 +00:00
parent 388f0464a6
commit 893e66132f
2 changed files with 4 additions and 0 deletions

View File

@ -1980,6 +1980,8 @@ siointr1(com)
/* 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)

View File

@ -1980,6 +1980,8 @@ siointr1(com)
/* 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)