X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..4d15aeb193b2c68f1d38666c317f8d3734f5f083:/osfmk/machine/machine_cpu.h?ds=sidebyside diff --git a/osfmk/machine/machine_cpu.h b/osfmk/machine/machine_cpu.h index dbcc4d006..734cf8f30 100644 --- a/osfmk/machine/machine_cpu.h +++ b/osfmk/machine/machine_cpu.h @@ -28,9 +28,7 @@ #ifndef _MACHINE_MACHINE_CPU_H #define _MACHINE_MACHINE_CPU_H -#if defined (__ppc__) -#include "ppc/machine_cpu.h" -#elif defined (__i386__) +#if defined (__i386__) || defined (__x86_64__) #include "i386/machine_cpu.h" #else #error architecture not supported