]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/vm_tuning.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / osfmk / machine / vm_tuning.h
index a5906bb68cea7f2c2e653f165ca1db0f44992fab..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__) || defined (__x86_64__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/vm_tuning.h"
 #else
 #error architecture not supported