X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..b226f5e54a60dc81db17b1260381d7dbfea3cdf1:/bsd/machine/param.h diff --git a/bsd/machine/param.h b/bsd/machine/param.h index 6253a5fb4..74b280059 100644 --- a/bsd/machine/param.h +++ b/bsd/machine/param.h @@ -31,10 +31,10 @@ #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" +#elif defined (__arm__) || defined (__arm64__) +#include "arm/param.h" #else #error architecture not supported #endif