NetBSD/sys/arch/vax
thorpej 2bc5adb20e Instead of checking vm_physmem[<physseg>].pgs to determine if
uvm_page_init() has completed, add a boolean uvm.page_init_done,
and test against that.  Use this same boolean (rather than
pmap_initialized) in pmap_growkernel() to determine if we are
being called via uvm_page_init() to grow the kernel address space.

This fixes a problem on some i386 configurations where pmap_init()
itself was needing to have the kernel page table grown, and since
pmap_initialized was not yet set to TRUE, pmap_growkernel() was
choosing the wrong code path.

Fix tested by Havard Eidnes.
2000-04-02 20:39:14 +00:00
..
bi Implement bi_intr_establish(). Add some fields about which CPU to interrupt. 2000-03-26 11:41:25 +00:00
boot __P(()) -> __P((void)) 2000-03-16 23:21:05 +00:00
compile
conf First cut of multiprocessor support for vax. Still much to do before 2000-03-19 14:56:52 +00:00
consolerl
floppy
if Fix typo that caused lance chip not to be detected. 2000-03-18 16:20:06 +00:00
include Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
mba Nuke unused variable. 2000-02-12 16:09:33 +00:00
uba fix a too agressive s/CIA/UBA/ (e.g change SPEUBAL back to SPECIAL) in the 2000-02-29 17:42:32 +00:00
vax Instead of checking vm_physmem[<physseg>].pgs to determine if 2000-04-02 20:39:14 +00:00
vsa Fix spelling error. 2000-03-31 18:40:58 +00:00
Makefile