K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2009-10-31T17:59:24.849834Z K 7 svn:log V 286 Fix a race in casuword() exposed by csup. casuword() non-atomically read the current value of its argument before atomically replacing it, which could occasionally return the wrong value on an SMP system. This resulted in user mutex operations hanging when using threaded applications. END