NetBSD/sys/arch/evbppc/include/pmap.h
scw 5448df2eed New umbrella-port for PowerPC-based evaluation boards.
The first board to be included here is the port to the 405GP-based
Walnut evaluation board, which up until now lived in arch/walnut.

arch/walnut will go away soon, once all the remaining walnut-isms
in the tree have been dealt with.
2002-12-09 12:15:48 +00:00

14 lines
302 B
C

/* $NetBSD: pmap.h,v 1.1 2002/12/09 12:16:11 scw Exp $ */
#ifdef _KERNEL_OPT
#include "opt_ppcarch.h"
#endif
#ifdef PPC_IBM4XX
#include <powerpc/ibm4xx/pmap.h>
#elif defined(PPC_MPC6XX)
#include <powerpc/mpc6xx/pmap.h>
#else
#include <powerpc/pmap.h> /* XXXSCW: Shouldn't be using old pmap */
#endif