NetBSD/sys/arch/acorn26
thorpej b77900c3c2 Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM.  Machine-dependent code is
responsible for initializing them before main() is called.  Anything
that steals KVA must adjust these variables accordingly.

This reduces the number of instances of this info from 3 to 1, and
simplifies the pmap(9) interface by removing the pmap_virtual_space()
function call, and removing two arguments from pmap_steal_memory().

This also eliminates some kludges such as having to burn kernel_map
entries on space used by the kernel and stolen KVA.

This also eliminates use of VM_{MIN,MAX}_KERNEL_ADDRESS from MI code,
this giving MD code greater flexibility over the bounds of the managed
kernel virtual address space if a given port's specific platforms can
vary in this regard (this is especially true of the evb* ports).
2003-05-08 18:13:12 +00:00
..
acorn26 Simplify the way the bounds of the managed kernel virtual address 2003-05-08 18:13:12 +00:00
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Rename Locore.c to cpuswitch.c. The only thing it contained was cpu_switch() 2003-05-05 22:43:38 +00:00
include Make PAGE_SIZE a constant on acorn26. 2003-03-31 21:30:56 +00:00
iobus Use aprint_normal() for cfprint routines. 2003-01-01 00:34:05 +00:00
ioc Use aprint_normal() for cfprint routines. 2003-01-01 00:34:05 +00:00
podulebus fix pastos in previous change 2003-01-18 13:29:25 +00:00
stand Create a symlink to sys/arch/arm/include alongside the one to 2003-04-20 14:37:59 +00:00
vidc More script-o fixes. 2002-10-02 03:25:46 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00