]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/vm_tuning.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / osfmk / machine / vm_tuning.h
index 00c50d283838e97816175ff7ef8edc2e2b831874..324d9d25aee96456f8ff18ef3c3487ef45ab7b89 100644 (file)
 #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"
-#elif defined (__arm__)
-#include "arm/vm_tuning.h"
 #else
 #error architecture not supported
 #endif