NetBSD/sys/arch/alpha
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
..
a12 Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
alpha Instead of checking vm_physmem[<physseg>].pgs to determine if 2000-04-02 20:39:14 +00:00
common Don't need to include <sys/conf.h> here. 2000-03-29 03:43:31 +00:00
compile
conf Use a software interrupt for tty input processing, not a callout. 2000-03-23 01:04:10 +00:00
include Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
isa Fallout from callout. 2000-03-24 01:04:11 +00:00
mcbus
pci Add support for mapping the OHCI USB controller interrupt (which is wired toan ISA IRQ because it's in the same package as the PCI-ISA bridge). 2000-03-19 02:25:29 +00:00
stand
tc - Remove unused bt459reg.h. 2000-03-26 10:32:51 +00:00
tlsb
Makefile
STYLE