X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/machine/_param.h diff --git a/bsd/machine/_param.h b/bsd/machine/_param.h index 844370744..beb2cb939 100644 --- a/bsd/machine/_param.h +++ b/bsd/machine/_param.h @@ -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