commit | 7960ea8918c601c6f5c35f50a118a51ca0fbea84 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Oct 16 06:34:10 2008 +0000 |
committer | Rob Landley <rob@landley.net> | Thu Oct 16 06:34:10 2008 +0000 |
tree | 82080763d5b60275947f2da037c16759278e178f | |
parent | 8854b352f4a0f088a222adccfda1dca345e8dc6b [diff] |
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.