]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/cpu_data.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / machine / cpu_data.h
index 0a047481f46e7dcc5a253ad6fc33b230bac53c0f..347235ec9b2d9c6f565c2a2760004768d551da14 100644 (file)
@@ -28,9 +28,7 @@
 #ifndef _MACHINE_CPU_DATA_H
 #define _MACHINE_CPU_DATA_H
 
-#if defined (__ppc__)
-#include "ppc/cpu_data.h"
-#elif defined (__i386__) || defined (__x86_64__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/cpu_data.h"
 #else
 #error architecture not supported