]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/processor_info.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / processor_info.h
index ca9636795c9b7a9675114967ed9b6662a6d77e52..237fad6863285807b1b2b746997fe12238ec8bf2 100644 (file)
 #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"
-#elif defined (__arm__)
+#elif defined (__arm__) || defined (__arm64__)
 #include "mach/arm/processor_info.h"
 #else
 #error architecture not supported