]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/cpu_number.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / machine / cpu_number.h
index 47e71ba573bd15618f9a51cea90572a801981899..a26e933bae0246d972db9ce1968205df28d7c0a4 100644 (file)
 #ifndef _MACHINE_CPU_NUMBER_H
 #define _MACHINE_CPU_NUMBER_H
 
-#if defined (__ppc__)
-#include "ppc/cpu_number.h"
-#elif defined (__i386__) || defined (__x86_64__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/cpu_number.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/cpu_number.h"
 #else
 #error architecture not supported
 #endif