X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..4d15aeb193b2c68f1d38666c317f8d3734f5f083:/osfmk/machine/pmap.h diff --git a/osfmk/machine/pmap.h b/osfmk/machine/pmap.h index 27a52c935..78bef764e 100644 --- a/osfmk/machine/pmap.h +++ b/osfmk/machine/pmap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -28,14 +28,10 @@ #ifndef _MACHINE_PMAP_H #define _MACHINE_PMAP_H - -#if defined (__ppc__) -#include "ppc/pmap.h" -#elif defined (__i386__) +#if defined (__x86_64__) || defined (__i386__) #include "i386/pmap.h" #else #error architecture not supported #endif - #endif /* _MACHINE_PMAP_H */