K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-04-01T00:18:55.000000Z K 7 svn:log V 380 - Define a new md function 'casuptr'. This atomically compares and sets a pointer that is in user space. It will be used as the basic primitive for a kernel supported user space lock implementation. - Implement this function in x86's support.s - Provide stubs that return -1 in all other architectures. Implementations will follow along shortly. Reviewed by: jake END