2d10220f8f
Move mips-specific pmap definitions (PMAP_PREFER for mips3, declaratin of pmap_bootstrap() for the system-specific machdep.c) from arch/pmax/include/pmap.h to arch/mips/include/pmap.h.
7 lines
177 B
C
7 lines
177 B
C
/* $NetBSD: pmap.h,v 1.13 1997/06/16 07:47:42 jonathan Exp $ */
|
|
|
|
#include <mips/pmap.h>
|
|
|
|
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
|
#define pmax_round_seg(a) mips_round_seg(a)
|