Merge "Support usage of __ARM_HAVE_LDREX_STREX"

This commit is contained in:
Jean-Baptiste Queru
2010-12-15 09:21:34 -08:00
committed by Android Code Review

View File

@@ -26,6 +26,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <sys/linux-syscalls.h> #include <sys/linux-syscalls.h>
#include <machine/cpu-features.h>
.global __atomic_cmpxchg .global __atomic_cmpxchg
.type __atomic_cmpxchg, %function .type __atomic_cmpxchg, %function