]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/vm_param.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / mach / machine / vm_param.h
index bebe608fd2f78c678c2820dea7024040ea2104f8..5898fdba17f8ea6047e0b23e26caa2d2e04f1151 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@
  * 
@@ -29,9 +29,7 @@
 #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__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/vm_param.h"
 #else
 #error architecture not supported