]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/param.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / machine / param.h
index 4ee6af0fd82f3ecfce1f0393c77ab0e126a05899..b8994c9556c31f37496726da056d7756c0566f67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -26,9 +26,9 @@
 #define _BSD_MACHINE_PARAM_H_
 
 
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/param.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/param.h"
 #else
 #error architecture not supported