Reserve a page for dumping the kernel.

This commit is contained in:
eeh 2000-06-30 22:17:53 +00:00
parent fa78158b15
commit 3250ce2976
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.62 2000/06/29 07:37:58 mrg Exp $ */
/* $NetBSD: pmap.c,v 1.63 2000/06/30 22:17:53 eeh Exp $ */
#undef NO_VCACHE /* Don't forget the locked TLB in dostart */
#define HWREF 1
#undef BOOT_DEBUG
@ -1280,6 +1280,8 @@ remap_data:
prom_printf("Done inserting cpu_info into pmap_kernel()\r\n");
#endif
}
vmmap = reserve_dumppages(vmmap);
/*
* Set up bounds of allocatable memory for vmstat et al.
*/