]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/machparam.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / osfmk / machine / machparam.h
index 3e83253073632a4afaa8d26fcc2f99f4da5a6e9e..9657b8cce6ce2fbedcdd6c0f69eb2d575b9153c1 100644 (file)
@@ -28,9 +28,7 @@
 #ifndef _MACHINE_MACHPARAM_H
 #define _MACHINE_MACHPARAM_H
 
-#if defined (__ppc__)
-#include "ppc/machparam.h"
-#elif defined (__i386__) || defined (__x86_64__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/machparam.h"
 #else
 #error architecture not supported