1 1.14 matt /* $NetBSD: vmparam.h,v 1.14 2011/06/20 08:01:14 matt Exp $ */ 2 1.1 ws 3 1.14 matt #ifdef _KERNEL_OPT 4 1.14 matt #include "opt_ppcarch.h" 5 1.1 ws #endif 6 1.1 ws 7 1.14 matt #if defined(PPC_BOOKE) 8 1.14 matt #include <powerpc/booke/vmparam.h> 9 1.14 matt #elif defined(PPC_IBM4XX) 10 1.14 matt #include <powerpc/ibm4xx/vmparam.h> 11 1.14 matt #elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE) 12 1.14 matt #include <powerpc/oea/vmparam.h> 13 1.14 matt #else 14 1.14 matt #error unknown PPC variant 15 1.1 ws #endif 16