]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/psl.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / machine / psl.h
index 06c76e52819bdd063e42b218d2354dd7390c2932..aa74ef173f1e6d9c5e1661cbf15c8c29cf6c46cb 100644 (file)
@@ -25,7 +25,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/psl.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/psl.h"
 #else
 #error architecture not supported