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