X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/osfmk/mach/machine/processor_info.h diff --git a/osfmk/mach/machine/processor_info.h b/osfmk/mach/machine/processor_info.h index a4c6d639e..c7ddb5b01 100644 --- a/osfmk/mach/machine/processor_info.h +++ b/osfmk/mach/machine/processor_info.h @@ -29,9 +29,7 @@ #ifndef _MACH_MACHINE_PROCESSOR_INFO_H_ #define _MACH_MACHINE_PROCESSOR_INFO_H_ -#if defined (__ppc__) || defined (__ppc64__) -#include "mach/ppc/processor_info.h" -#elif defined (__i386__) || defined(__x86_64__) +#if defined (__i386__) || defined(__x86_64__) #include "mach/i386/processor_info.h" #else #error architecture not supported