diff --git a/sys/arch/pmax/include/pmap.h b/sys/arch/pmax/include/pmap.h index fba34a17110e..a81c6c4142c5 100644 --- a/sys/arch/pmax/include/pmap.h +++ b/sys/arch/pmax/include/pmap.h @@ -1,6 +1,12 @@ -/* $NetBSD: pmap.h,v 1.10 1996/03/19 04:39:05 jonathan Exp $ */ +/* $NetBSD: pmap.h,v 1.11 1997/05/25 05:04:03 jonathan Exp $ */ #include #define pmax_trunc_seg(a) mips_trunc_seg(a) #define pmax_round_seg(a) mips_round_seg(a) + +/* + * Bootstrap the system enough to run with virtual memory. + * firstaddr is the first unused kseg0 address (not page aligned). + */ +void pmap_bootstrap __P((vm_offset_t firstaddr));