]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/param.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / machine / param.h
index 6253a5fb46e3ae29ddd75f71bff34f50104326bf..2724da7e1b7c7ecf1cf681dd5a1661d10665ec7d 100644 (file)
@@ -31,9 +31,7 @@
 #ifndef _BSD_MACHINE_PARAM_H_
 #define _BSD_MACHINE_PARAM_H_
 
-#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