Confirmed that on Linux the serial interrupt takes precedence over the timer
authorRob Landley <rob@landley.net>
Thu, 16 Oct 2008 06:34:10 +0000 (06:34 -0000)
committerRob Landley <rob@landley.net>
Thu, 16 Oct 2008 06:34:10 +0000 (06:34 -0000)
commit7960ea8918c601c6f5c35f50a118a51ca0fbea84
tree82080763d5b60275947f2da037c16759278e178f
parent8854b352f4a0f088a222adccfda1dca345e8dc6b
Confirmed that on Linux the serial interrupt takes precedence over the timer
interrupt, so we don't need to worry about scheduler delays.  This means the
delay can be trimmed down to 25 miliseconds.  Add comment while at it.
editors/vi.c