Include cpu-features.h.

Needed for code that tests for _ARM_HAVE_LDREX_STREX.

Change-Id: I3504eeda935a444900236722e8de70b58b8bd8d1
This commit is contained in:
Andy McFadden 2010-05-07 14:45:43 -07:00
parent 9163872132
commit 9b67cc0ba4

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