]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/vm_param.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / vm_param.h
index 5898fdba17f8ea6047e0b23e26caa2d2e04f1151..30f94df856d32905101a5f69743f71ba655b9069 100644 (file)
@@ -31,6 +31,8 @@
 
 #if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/vm_param.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "mach/arm/vm_param.h"
 #else
 #error architecture not supported
 #endif