K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-07-31T18:50:58.000000Z K 7 svn:log V 350 Add a new function to look for a spinlock's instance when it is held by another thread. We use the td_oncpu member of the other field to locate it's associated CPU and then search the that CPU's list of spin locks contained in its per-CPU data. This is not always safe and may in fact panic or just not work, but it is useful in at least one case. END