]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/psl.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / bsd / machine / psl.h
index 01c6e0a253391576d0cc2f7ad1cf4bccbbf50bdb..6c260a01b2db01587b7b1dd3a92fb90dc58b0d96 100644 (file)
@@ -30,6 +30,8 @@
 
 #if defined (__i386__) || defined(__x86_64__)
 #include "i386/psl.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/psl.h"
 #else
 #error architecture not supported
 #endif