]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/psl.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / machine / psl.h
index e9763e864f45aa37058b6993f82d87c0a23b2860..aa74ef173f1e6d9c5e1661cbf15c8c29cf6c46cb 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@
  * 
@@ -23,9 +23,9 @@
 #define _BSD_MACHINE_PSL_H_
 
 
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/psl.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined(__x86_64__)
 #include "i386/psl.h"
 #else
 #error architecture not supported