]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/sched_param.h
xnu-2050.48.11.tar.gz
[apple/xnu.git] / osfmk / machine / sched_param.h
index 426f9698aef8cbe6e6b652be9bf4e35c7cdafc64..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__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/sched_param.h"
 #else
 #error architecture not supported