K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-05-11T04:27:39.000000Z K 7 svn:log V 282 Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend the value we load from memory. gcc3.1 passes in the u_int32_t old value to compare against as a _sign_-extended 64-bit value for some reason (bug?). This is a temporary workaround so kernels work again on alpha. END