1/*	$NetBSD$	*/
2
3#ifdef _KERNEL_OPT
4#include "opt_ppcarch.h"
5#endif
6
7#ifdef PPC_IBM4XX
8#include <powerpc/ibm4xx/tlb.h>
9
10#define	ppc4xx_tlbflags(va, pa)        (0)
11#endif
12