NetBSD/sys/arch/pc532
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
..
compile
conf Add the RAIDframe device major to the machine-dependent config files 2000-03-14 15:56:51 +00:00
dev Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirk 2000-03-25 15:27:54 +00:00
fpu {bzero, bcopy} -> {memset, memcpy} 1998-09-12 19:14:58 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
pc532 Instead of checking vm_physmem[<physseg>].pgs to determine if 2000-04-02 20:39:14 +00:00
stand Fix symbol loading. esym is passed as an offset to loadaddress. 1999-05-03 09:19:29 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
To.Do