]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/machine_cpu.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / osfmk / machine / machine_cpu.h
index dbcc4d0069bdda900aea1b889156af1b178012b8..734cf8f30c47fb627588a62ab30b6bb0635aab22 100644 (file)
@@ -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