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