K 10 svn:author V 2 ed K 8 svn:date V 27 2013-06-13T18:40:45.232021Z K 7 svn:log V 505 Minor improvements to . - Define __SYNC_ATOMICS in case we're using the __sync_*() API. This is not used by itself, but may be useful for some of the intrinsics code to determine whether it should build the machine-dependent intrinsic functions. - Make is_lock_free() work in kernelspace. For now, assume atomics in kernelspace are always lock free. This is a quite reasonable assumption, as we surely shouldn't implement the atomic fallbacks for arbitrary sizes. END