K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-05-17T22:43:26.000000Z K 7 svn:log V 458 - 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) END