]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/vmparam.h
xnu-792.21.3.tar.gz
[apple/xnu.git] / bsd / machine / vmparam.h
index 3e7c455ee9bc45272a25d0944f34130cb7cd8397..e73bd96de4d3819f4659ab17a7838fa4df3f70d7 100644 (file)
@@ -31,7 +31,7 @@
 
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/vmparam.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#elif defined (__i386__)
 #include "i386/vmparam.h"
 #else
 #error architecture not supported