John Baldwin 4d29cb2db9 - Remove the global ithread_list_lock spin lock in favor of per-ithread
sleep locks.
- Delay returning from ithread_remove_handler() until we are certain that
  the interrupt handler being removed has in fact been removed from the
  ithread.
- XXX: There is still a problem in that nothing protects the kernel from
  adding a new handler while the ithread is running, though with our
  current architectures this is not a problem.

Requested by:	gibbs (2)
2001-05-17 22:43:26 +00:00
..
2000-10-09 12:34:51 +00:00
2001-04-19 23:15:06 +00:00
2000-01-16 09:25:10 +00:00
2000-05-01 20:32:07 +00:00
2001-05-17 01:42:18 +00:00
2000-07-18 19:31:52 +00:00
2001-02-15 16:34:11 +00:00
2000-10-31 14:30:29 +00:00
2000-12-01 08:57:47 +00:00
2001-03-11 22:51:05 +00:00
2001-02-08 20:28:57 +00:00
2001-01-21 01:34:14 +00:00
2001-01-09 04:33:49 +00:00
2001-03-27 05:45:52 +00:00
2000-12-01 08:57:47 +00:00
2001-03-04 06:04:50 +00:00
2001-03-24 15:17:27 +00:00