K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-08-31T03:17:48.000000Z K 7 svn:log V 342 Debug version of simple_lock. This will store the CPU id of the holding CPU along with the lock. When a CPU fails to get the lock it compares its own id to the holder id. If they are the same it panic()s, as simple locks are binary, and this would cause a deadlock. Controlled by smptests.h: SL_DEBUG, ON by default. Some minor cleanup. END