]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/asm.h
xnu-1699.26.8.tar.gz
[apple/xnu.git] / osfmk / mach / machine / asm.h
index 59e1da299fa236bde653f40d2e02ca4e7be10808..1cdbb8109d9c578f4d7487206cc259565e713937 100644 (file)
 #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"
-#elif defined (__arm__)
-#include "mach/arm/asm.h"
 #else
 #error architecture not supported
 #endif