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