X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/060df5ea7c632b1ac8cc8aac1fb59758165c2084..6d2010ae8f7a6078e10b361c6962983bab233e0f:/osfmk/machine/pmap.h?ds=sidebyside diff --git a/osfmk/machine/pmap.h b/osfmk/machine/pmap.h index b6290032a..78bef764e 100644 --- a/osfmk/machine/pmap.h +++ b/osfmk/machine/pmap.h @@ -28,9 +28,7 @@ #ifndef _MACHINE_PMAP_H #define _MACHINE_PMAP_H -#if defined (__ppc__) -#include "ppc/pmap.h" -#elif defined (__x86_64__) || defined (__i386__) +#if defined (__x86_64__) || defined (__i386__) #include "i386/pmap.h" #else #error architecture not supported