X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..7ddcb079202367355dddccdfa4318e57d50318be:/osfmk/mach/machine/asm.h?ds=sidebyside diff --git a/osfmk/mach/machine/asm.h b/osfmk/mach/machine/asm.h index ba98269a5..1cdbb8109 100644 --- a/osfmk/mach/machine/asm.h +++ b/osfmk/mach/machine/asm.h @@ -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