]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/cpu_capabilities.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / machine / cpu_capabilities.h
index 0dc5d45149d2659713f34f3acae2e1522d9b2ca3..a722dc93f1fe265005833df7e59f5d2c2fc3be51 100644 (file)
 #define _MACHINE_CPU_CAPABILITIES_H
 
 #ifdef KERNEL_PRIVATE
-#if defined (__ppc__)
-#include "ppc/cpu_capabilities.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/cpu_capabilities.h"
 #else
 #error architecture not supported
 #endif
 
 #else /* !KERNEL_PRIVATE -- System Framework header */
-#if defined (__ppc__) || defined(__ppc64__)
-#include <System/ppc/cpu_capabilities.h>
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include <System/i386/cpu_capabilities.h>
 #else
 #error architecture not supported