]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/vm_tuning.h
xnu-1699.24.8.tar.gz
[apple/xnu.git] / osfmk / machine / vm_tuning.h
index 7923b4886351be92de69f46903910fc906d502c6..324d9d25aee96456f8ff18ef3c3487ef45ab7b89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #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
 #endif
 
-
 #endif /* _MACHINE_VM_TUNING_H */