K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-12-08T18:21:06.000000Z K 7 svn:log V 330 Argh, revert the clobber changes. Since %ecx and %edx aren't call safe, calling the C functions mtx_enter_hard() and mtx_exit_hard() clobbers them. Note that %eax is also not call safe, but it is already clobbered due to cmpxchg. However, now we are back to not compiling again, so these macros are still left disabled for now. END