diff options
author | Henric Jungheim <henric@cvs.openbsd.org> | 2003-03-20 23:05:31 +0000 |
---|---|---|
committer | Henric Jungheim <henric@cvs.openbsd.org> | 2003-03-20 23:05:31 +0000 |
commit | 95b81e285a18d146b4b7413f9bdb06cd69031045 (patch) | |
tree | ef94cce28411b4ab447bc64bb477f248f6498306 /share/mk | |
parent | 225a8263dc0322501697fe099723684ceb482d5a (diff) |
The current code tries to use the same field in the interrupt handler as
both a "next" pointer for a singly-linked list and as an in-use flag.
This obviously does not work all that well. This change adds a separate
ih_busy flag to mark the handler as in-use, leaving ih_pending for use by
the list code.
Testing by *many* (thanks).
ok miod jason
Diffstat (limited to 'share/mk')
0 files changed, 0 insertions, 0 deletions