]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/asm.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / osfmk / mach / machine / asm.h
index ba98269a5bbe3c48c35bb94aee00a74d8e00ad7e..1cdbb8109d9c578f4d7487206cc259565e713937 100644 (file)
@@ -29,9 +29,7 @@
 #ifndef _MACH_MACHINE_ASM_H
 #define _MACH_MACHINE_ASM_H
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/asm.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/asm.h"
 #else
 #error architecture not supported