]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/vm_tuning.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / machine / vm_tuning.h
index 324d9d25aee96456f8ff18ef3c3487ef45ab7b89..84bb4efe545112f74c3e340123db8c26870b663f 100644 (file)
@@ -30,6 +30,8 @@
 
 #if defined (__i386__) || defined (__x86_64__)
 #include "i386/vm_tuning.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/vm_tuning.h"
 #else
 #error architecture not supported
 #endif