]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/_param.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / machine / _param.h
index 844370744dfe22a7492beb7bebb83cf8c8f1a389..beb2cb939e87ee20667c03baa9a9d6c2503eacfa 100644 (file)
@@ -25,9 +25,7 @@
  * 
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
-#if defined (__ppc__) || defined (__ppc64__)
-#include "ppc/_param.h"
-#elif defined (__i386__) || defined (__x86_64__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/_param.h"
 #else
 #error architecture not supported