John Baldwin 5d971d4895 Close a race I introduced in the spinlock_* changes. We need to finish
disabling interrupts before updating the saved pil in the thread.  If we
save the value first then it can be clobbered if an interrupt comes in
and the interrupt handler tries to acquire a spin lock.

Submitted by:	marius
2005-04-14 18:30:10 +00:00
..
2005-04-14 14:12:54 +00:00
2005-03-11 22:07:04 +00:00
2005-04-14 14:40:09 +00:00
2005-03-28 18:31:18 +00:00
2005-04-08 03:37:20 +00:00
2005-03-09 15:28:48 +00:00
2005-02-23 22:44:38 +00:00
2005-04-14 14:19:47 +00:00