1 1.35 matt /* $NetBSD: pmap.h,v 1.35 2010/03/09 22:40:06 matt Exp $ */ 2 1.1 ws 3 1.30 matt #ifdef _KERNEL_OPT 4 1.30 matt #include "opt_ppcarch.h" 5 1.30 matt #endif 6 1.30 matt 7 1.30 matt #ifdef PPC_IBM4XX 8 1.30 matt #include <powerpc/ibm4xx/pmap.h> 9 1.35 matt #elif defined(PPC_BOOKE) 10 1.35 matt #include <powerpc/booke/pmap.h> 11 1.33 sanjayl #elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE) 12 1.30 matt #include <powerpc/oea/pmap.h> 13 1.31 matt #else 14 1.30 matt #endif 15