K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-04-14T18:30:10.000000Z K 7 svn:log V 294 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 END