X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/060df5ea7c632b1ac8cc8aac1fb59758165c2084..6d2010ae8f7a6078e10b361c6962983bab233e0f:/bsd/machine/param.h diff --git a/bsd/machine/param.h b/bsd/machine/param.h index 6253a5fb4..2724da7e1 100644 --- a/bsd/machine/param.h +++ b/bsd/machine/param.h @@ -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