]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/mmap.c
target/arm: Move feature test functions to their own header
[mirror_qemu.git] / linux-user / mmap.c
index 7b44b9ff49b61cfc440995d1d890a55417d3d68b..96c9433e271d0485cfeebc5ff853cea99917aaa4 100644 (file)
 #include "target_mman.h"
 #include "qemu/interval-tree.h"
 
+#ifdef TARGET_ARM
+#include "target/arm/cpu-features.h"
+#endif
+
 static pthread_mutex_t mmap_mutex = PTHREAD_MUTEX_INITIALIZER;
 static __thread int mmap_lock_count;