NetBSD/sys/arch/evbppc/include/tlb.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

12 lines
211 B
C

/* $NetBSD: tlb.h,v 1.1 2002/12/09 12:16:18 scw Exp $ */
#ifdef _KERNEL_OPT
#include "opt_ppcarch.h"
#endif
#ifdef PPC_IBM4XX
#include <powerpc/ibm4xx/tlb.h>
#define ppc4xx_tlbflags(va, pa) (0)
#endif