K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-09-09T19:18:36.000000Z K 7 svn:log V 242 Change the High FP lock from a sleep lock to a spin lock. We can take the lock from interrupt context, which causes an implicit lock order reversal. We've been using the lock carefully enough that making it a spin lock should not be harmful. END