]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/cpu_number.h
xnu-3248.50.21.tar.gz
[apple/xnu.git] / osfmk / machine / cpu_number.h
index 135b6848f33c5f83ace18aa3a72c42b04497cc29..45c4b2b4d1da72a6a1803b0d5f206e5eaca5e53c 100644 (file)
@@ -30,9 +30,7 @@
 #ifndef _MACHINE_CPU_NUMBER_H
 #define _MACHINE_CPU_NUMBER_H
 
-#if defined (__ppc__)
-#include "ppc/cpu_number.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/cpu_number.h"
 #else
 #error architecture not supported