]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/lock.h
xnu-3248.50.21.tar.gz
[apple/xnu.git] / osfmk / machine / lock.h
index 558e780d44bf39113e25ad4f3c6db1d497b4dad4..a870743a5c6323246529d2edd25d70e6db0c786a 100644 (file)
@@ -30,9 +30,7 @@
 #ifndef _MACHINE_LOCK_H_
 #define _MACHINE_LOCK_H_
 
-#if defined (__ppc__)
-#include "ppc/lock.h"
-#elif defined (__i386__) || defined (__x86_64__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/lock.h"
 #else
 #error architecture not supported