]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/vm_param.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / vm_param.h
index 74525f3cc82fd391ae6de438bc5bbb237850e4f4..30f94df856d32905101a5f69743f71ba655b9069 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACH_MACHINE_VM_PARAM_H_
 #define _MACH_MACHINE_VM_PARAM_H_
 
 #ifndef _MACH_MACHINE_VM_PARAM_H_
 #define _MACH_MACHINE_VM_PARAM_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/vm_param.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/vm_param.h"
 #include "mach/i386/vm_param.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "mach/arm/vm_param.h"
 #else
 #error architecture not supported
 #endif
 #else
 #error architecture not supported
 #endif