]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/vm_tuning.h
xnu-3789.41.3.tar.gz
[apple/xnu.git] / osfmk / machine / vm_tuning.h
index 203708bc51765dafaea03e5cbe5be49ee43177eb..324d9d25aee96456f8ff18ef3c3487ef45ab7b89 100644 (file)
@@ -28,9 +28,7 @@
 #ifndef _MACHINE_VM_TUNING_H
 #define _MACHINE_VM_TUNING_H
 
-#if defined (__ppc__)
-#include "ppc/vm_tuning.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/vm_tuning.h"
 #else
 #error architecture not supported