From d78c3e0c4b3482bcc998de4d120c74e31c5728c5 Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Tue, 10 Jun 1997 14:19:04 +0000 Subject: update the pmax specific stuff to NetBSD-current as of about 970608 - some cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level --- sys/arch/pmax/include/pmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/arch/pmax/include/pmap.h') diff --git a/sys/arch/pmax/include/pmap.h b/sys/arch/pmax/include/pmap.h index fb948a7ed87..500cf946ed6 100644 --- a/sys/arch/pmax/include/pmap.h +++ b/sys/arch/pmax/include/pmap.h @@ -107,4 +107,10 @@ struct pmap kernel_pmap_store; #define pmax_round_seg(a) mips_round_seg(a) /* End of stuff from the NetBSD mips tree TTTTT */ +/* + * 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)); + #endif /* _PMAP_MACHINE_ */ -- cgit v1.2.3