K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-07-23T21:25:31.000000Z K 7 svn:log V 316 Fixed possible deadlock from recursive INTs on same cpu. Since we use lazy masking INTREN()/INTRDIS() might be called with INTs enabled. This means another higher prio INT to the same cpu could attempt to re-enter the critical region, but would spin waiting for the lock. Since it is the owner, it would deadlock. END